mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
std.debug: Disable stack traces on s390x.
This commit is contained in:
parent
b4ddff396d
commit
07c943598d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue