std.debug: trap on psp in defaultPanic()

This commit is contained in:
Alex Rønne Petersen
2026-05-23 05:47:34 +02:00
parent cece38bc05
commit 6e6df11027
+1 -1
View File
@@ -495,7 +495,7 @@ pub fn defaultPanic(msg: []const u8, first_trace_addr: ?usize) noreturn {
if (use_trap_panic) @trap();
switch (builtin.os.tag) {
.freestanding, .other, .@"3ds", .vita => {
.freestanding, .other, .@"3ds", .psp, .vita => {
@trap();
},
.uefi => {