mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
std.debug: Also disable stack traces on mips64.
This commit is contained in:
parent
812a444d55
commit
4320611e6d
@ -56,6 +56,8 @@ pub const sys_can_stack_trace = switch (builtin.cpu.arch) {
|
||||
// TODO: Make this work.
|
||||
.mips,
|
||||
.mipsel,
|
||||
.mips64,
|
||||
.mips64el,
|
||||
=> false,
|
||||
|
||||
// `@returnAddress()` in LLVM 10 gives
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user