authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-26 23:30:48+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-26 23:30:48+02:00
log7d5e400911282eaf857faeb4b2cbdf4699963db1
tree08ec769f1a66ec60af0fd5360c6a49ab20fe2115
parentf3a7a4c5e2694bdef48265e9228a8a00b0832aa3
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.debug.cpu_context: sheb-openbsd doesn't exist


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/debug/cpu_context.zig+1-1
......@@ -2492,7 +2492,7 @@ const signal_ucontext_t = switch (native_os) {
24922492 // https://github.com/openbsd/src/blob/42468faed8369d07ae49ae02dd71ec34f59b66cd/sys/arch/sparc64/include/signal.h
24932493 .sparc64 => @compileError("sparc64-openbsd ucontext_t missing"),
24942494 // https://github.com/openbsd/src/blob/42468faed8369d07ae49ae02dd71ec34f59b66cd/sys/arch/sh/include/signal.h
2495 .sh, .sheb => extern struct {
2495 .sh => extern struct {
24962496 pc: u32,
24972497 _sr: i32,
24982498 _gbr: i32,