aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/SelfInfo
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2025-10-19 23:32:47 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-10-23 09:27:17 +0200
commit3e2daa509a897a4e10d5e6f28731b33ac2cc3dc2 (patch)
tree6475c28a83f4b9495a4554a9bf9b06c8410dbc2f /lib/std/debug/SelfInfo
parentdda05b29c06731895970e75c7444f0d30c7d334f (diff)
downloadzig-3e2daa509a897a4e10d5e6f28731b33ac2cc3dc2.tar.gz
zig-3e2daa509a897a4e10d5e6f28731b33ac2cc3dc2.zip
std.Target: add arceb and xtensaeb Cpu.Arch tags
Diffstat (limited to 'lib/std/debug/SelfInfo')
-rw-r--r--lib/std/debug/SelfInfo/Elf.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/debug/SelfInfo/Elf.zig b/lib/std/debug/SelfInfo/Elf.zig
index 5713542510..d9f48281de 100644
--- a/lib/std/debug/SelfInfo/Elf.zig
+++ b/lib/std/debug/SelfInfo/Elf.zig
@@ -102,7 +102,7 @@ pub const can_unwind: bool = s: {
.x86,
.x86_64,
},
- // Not supported yet: arm/armeb/thumb/thumbeb, xtensa
+ // Not supported yet: arm/armeb/thumb/thumbeb, xtensa/xtensaeb
.linux => &.{
.aarch64,
.aarch64_be,