From 7d5e400911282eaf857faeb4b2cbdf4699963db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 26 May 2026 23:30:48 +0200 Subject: [PATCH] std.debug.cpu_context: sheb-openbsd doesn't exist --- lib/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 index 2814f0869e..410cdd8ec2 100644 --- 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,