| ... | ... | @@ -2492,7 +2492,7 @@ const signal_ucontext_t = switch (native_os) { |
| 2492 | 2492 | // https://github.com/openbsd/src/blob/42468faed8369d07ae49ae02dd71ec34f59b66cd/sys/arch/sparc64/include/signal.h |
| 2493 | 2493 | .sparc64 => @compileError("sparc64-openbsd ucontext_t missing"), |
| 2494 | 2494 | // https://github.com/openbsd/src/blob/42468faed8369d07ae49ae02dd71ec34f59b66cd/sys/arch/sh/include/signal.h |
| 2495 | | .sh, .sheb => extern struct { |
| 2495 | .sh => extern struct { |
| 2496 | 2496 | pc: u32, |
| 2497 | 2497 | _sr: i32, |
| 2498 | 2498 | _gbr: i32, |