diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 1ec1ca1e8a..18b1568b19 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -169,6 +169,8 @@ pub const runtime_safety = switch (builtin.mode) { pub const sys_can_stack_trace = switch (builtin.cpu.arch) { // Observed to go into an infinite loop. // TODO: Make this work. + .loongarch32, + .loongarch64, .mips, .mipsel, .mips64,