zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 07c943598d25c479d90ae51f89ba6dfe83b2d97e (tree)
parent b4ddff396dbca75f9f7cb7a66dad617ae855196a
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Tue,  1 Oct 2024 12:45:34 +0200

std.debug: Disable stack traces on s390x.

Diffstat:
Mlib/std/debug.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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