riscv: implement ptr_slice_ptr_ptr

just one step closer to allocation
This commit is contained in:
David Rubin
2024-07-05 23:00:55 -07:00
parent 93e9c7a963
commit c78ebeb44c
2 changed files with 8 additions and 2 deletions

View File

@@ -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);
}