| author | |
| committer | |
| log | 4320611e6dfecad9819281fb945ab2bfe5e182bd |
| tree | 00794efb0f8e81f96145085b56b735a02f6ae22f |
| parent | 812a444d55e01b155a675aa70688aadcc9914387 |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/debug.zig+2| ... | ... | @@ -56,6 +56,8 @@ pub const sys_can_stack_trace = switch (builtin.cpu.arch) { |
| 56 | 56 | // TODO: Make this work. |
| 57 | 57 | .mips, |
| 58 | 58 | .mipsel, |
| 59 | .mips64, | |
| 60 | .mips64el, | |
| 59 | 61 | => false, |
| 60 | 62 | |
| 61 | 63 | // `@returnAddress()` in LLVM 10 gives |