zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7d5e400911282eaf857faeb4b2cbdf4699963db1 (tree)
parent f3a7a4c5e2694bdef48265e9228a8a00b0832aa3
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Tue, 26 May 2026 23:30:48 +0200

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

Diffstat:
Mlib/std/debug/cpu_context.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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