diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-06 17:45:31 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-07 16:47:57 +0200 |
| commit | ca73d697b9b11b579b2fefb40e68ec637bea5050 (patch) | |
| tree | 4e6f6964e9e7191e25b5212f00dae8b3cfc8a482 /lib/std/debug/SelfInfo/Elf.zig | |
| parent | a5a9ffb90b9427efbad40404a9a830ddb42b88b6 (diff) | |
| download | zig-ca73d697b9b11b579b2fefb40e68ec637bea5050.tar.gz zig-ca73d697b9b11b579b2fefb40e68ec637bea5050.zip | |
std.debug: add unwind support for mips*-linux
Diffstat (limited to 'lib/std/debug/SelfInfo/Elf.zig')
| -rw-r--r-- | lib/std/debug/SelfInfo/Elf.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/std/debug/SelfInfo/Elf.zig b/lib/std/debug/SelfInfo/Elf.zig index 106d2a532f..145fdfa59f 100644 --- a/lib/std/debug/SelfInfo/Elf.zig +++ b/lib/std/debug/SelfInfo/Elf.zig @@ -99,6 +99,10 @@ pub const can_unwind: bool = s: { .aarch64_be, .hexagon, .loongarch64, + .mips, + .mipsel, + .mips64, + .mips64el, .riscv32, .riscv64, .s390x, |
