authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-10-01 12:45:34+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-10-03 06:19:23+02:00
log07c943598d25c479d90ae51f89ba6dfe83b2d97e
tree2ae9a6f560a3830f12dd154cc5189b8e97143a23
parentb4ddff396dbca75f9f7cb7a66dad617ae855196a
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.debug: Disable stack traces on s390x.


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/debug.zig+1
...@@ -61,6 +61,7 @@ pub const sys_can_stack_trace = switch (builtin.cpu.arch) {...@@ -61,6 +61,7 @@ pub const sys_can_stack_trace = switch (builtin.cpu.arch) {
61 .mipsel,61 .mipsel,
62 .mips64,62 .mips64,
63 .mips64el,63 .mips64el,
64 .s390x,
64 => false,65 => false,
6566
66 // `@returnAddress()` in LLVM 10 gives67 // `@returnAddress()` in LLVM 10 gives