diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2024-10-04 14:40:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-04 14:40:32 +0200 |
| commit | b23a5b56c2f4fcbba689d86055671fcb6297b7cc (patch) | |
| tree | a93aa7c9117d4fc4719451106115402135f4bcca /lib/std/debug.zig | |
| parent | 03457755590c73893bce21f551d5664333baf267 (diff) | |
| parent | 736694b1e60cf63c60756acff3cd074bc9c4e9df (diff) | |
| download | zig-b23a5b56c2f4fcbba689d86055671fcb6297b7cc.tar.gz zig-b23a5b56c2f4fcbba689d86055671fcb6297b7cc.zip | |
Merge pull request #21578 from alexrp/s390x-porting
Get module tests passing for `s390x-linux` and add it to CI
Diffstat (limited to 'lib/std/debug.zig')
| -rw-r--r-- | lib/std/debug.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 0cb201373a..ad43caee59 100644 --- 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 |
