From c78ebeb44ce078a165e3302b629432eeee6a656d Mon Sep 17 00:00:00 2001 From: David Rubin Date: Fri, 5 Jul 2024 23:00:55 -0700 Subject: riscv: implement `ptr_slice_ptr_ptr` just one step closer to allocation --- lib/std/builtin.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/std') diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index a600f055df..86f8da6cd4 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -776,6 +776,7 @@ pub fn default_panic(msg: []const u8, error_return_trace: ?*StackTrace, ret_addr if (builtin.zig_backend == .stage2_riscv64) { std.debug.print("panic: {s}\n", .{msg}); + @breakpoint(); std.posix.exit(127); } -- cgit v1.2.3