std.debug: Disable stack traces on s390x.

This commit is contained in:
Alex Rønne Petersen 2024-10-01 12:45:34 +02:00
parent b4ddff396d
commit 07c943598d
No known key found for this signature in database

View File

@ -61,6 +61,7 @@ pub const sys_can_stack_trace = switch (builtin.cpu.arch) {
.mipsel,
.mips64,
.mips64el,
.s390x,
=> false,
// `@returnAddress()` in LLVM 10 gives