aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/SelfInfo
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/debug/SelfInfo')
-rw-r--r--lib/std/debug/SelfInfo/Elf.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/std/debug/SelfInfo/Elf.zig b/lib/std/debug/SelfInfo/Elf.zig
index 9772ec0aac..c31af53cd6 100644
--- a/lib/std/debug/SelfInfo/Elf.zig
+++ b/lib/std/debug/SelfInfo/Elf.zig
@@ -114,6 +114,11 @@ pub const can_unwind: bool = s: {
.x86,
.x86_64,
},
+ .serenity => &.{
+ .x86_64,
+ .aarch64,
+ .riscv64,
+ },
else => unreachable,
};
for (archs) |a| {