zig

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

commit 4320611e6dfecad9819281fb945ab2bfe5e182bd (tree)
parent 812a444d55e01b155a675aa70688aadcc9914387
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Fri, 16 Aug 2024 11:07:18 +0200

std.debug: Also disable stack traces on mips64.

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

diff --git a/lib/std/debug.zig b/lib/std/debug.zig @@ -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