| ... | @@ -423,7 +423,7 @@ pub const StackIterator = struct { | ... | @@ -423,7 +423,7 @@ pub const StackIterator = struct { |
| 423 | dwarf_context: if (supports_context) DW.UnwindContext else void = undefined, | 423 | dwarf_context: if (supports_context) DW.UnwindContext else void = undefined, |
| 424 | const supports_context = @hasDecl(os.system, "ucontext_t") and | 424 | const supports_context = @hasDecl(os.system, "ucontext_t") and |
| 425 | (builtin.os.tag != .linux or switch (builtin.cpu.arch) { | 425 | (builtin.os.tag != .linux or switch (builtin.cpu.arch) { |
| 426 | .mips, .riscv64 => false, | 426 | .mips, .mipsel, .mips64, .mips64el, .riscv64 => false, |
| 427 | else => true, | 427 | else => true, |
| 428 | }); | 428 | }); |
| 429 | | 429 | |