Skip to content

Commit 96fd1ea

Browse files
committed
std.debug.SelfInfo.Elf: enable unwinding for sparc*-linux
1 parent 9007666 commit 96fd1ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/std/debug/SelfInfo/Elf.zig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub const can_unwind: bool = s: {
102102
.x86,
103103
.x86_64,
104104
},
105-
// Not supported yet: arc, arm/armeb/thumb/thumbeb, csky, m68k, or1k, sparc/sparc64, xtensa
105+
// Not supported yet: arc, arm/armeb/thumb/thumbeb, csky, m68k, or1k, xtensa
106106
.linux => &.{
107107
.aarch64,
108108
.aarch64_be,
@@ -119,6 +119,8 @@ pub const can_unwind: bool = s: {
119119
.riscv32,
120120
.riscv64,
121121
.s390x,
122+
.sparc,
123+
.sparc64,
122124
.x86,
123125
.x86_64,
124126
},

0 commit comments

Comments
 (0)