mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.debug: Disable stack traces on s390x.
This commit is contained in:
parent
b4ddff396d
commit
07c943598d
@ -61,6 +61,7 @@ pub const sys_can_stack_trace = switch (builtin.cpu.arch) {
|
||||
.mipsel,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
.s390x,
|
||||
=> false,
|
||||
|
||||
// `@returnAddress()` in LLVM 10 gives
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user