| author | |
| committer | |
| log | 07c943598d25c479d90ae51f89ba6dfe83b2d97e |
| tree | 2ae9a6f560a3830f12dd154cc5189b8e97143a23 |
| parent | b4ddff396dbca75f9f7cb7a66dad617ae855196a |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/debug.zig+1| ... | ... | @@ -61,6 +61,7 @@ pub const sys_can_stack_trace = switch (builtin.cpu.arch) { |
| 61 | 61 | .mipsel, |
| 62 | 62 | .mips64, |
| 63 | 63 | .mips64el, |
| 64 | .s390x, | |
| 64 | 65 | => false, |
| 65 | 66 | |
| 66 | 67 | // `@returnAddress()` in LLVM 10 gives |