mirror of
https://github.com/ziglang/zig.git
synced 2025-12-09 07:43:10 +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,
|
.mipsel,
|
||||||
.mips64,
|
.mips64,
|
||||||
.mips64el,
|
.mips64el,
|
||||||
|
.s390x,
|
||||||
=> false,
|
=> false,
|
||||||
|
|
||||||
// `@returnAddress()` in LLVM 10 gives
|
// `@returnAddress()` in LLVM 10 gives
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user