|
|
@ -389,6 +389,12 @@ static void Break(u32 reason, u64 info1, u64 info2) { |
|
|
"Emulated program broke execution! reason=0x{:016X}, info1=0x{:016X}, info2=0x{:016X}", |
|
|
"Emulated program broke execution! reason=0x{:016X}, info1=0x{:016X}, info2=0x{:016X}", |
|
|
reason, info1, info2); |
|
|
reason, info1, info2); |
|
|
ASSERT(false); |
|
|
ASSERT(false); |
|
|
|
|
|
|
|
|
|
|
|
Core::CurrentProcess()->PrepareForTermination(); |
|
|
|
|
|
|
|
|
|
|
|
// Kill the current thread
|
|
|
|
|
|
GetCurrentThread()->Stop(); |
|
|
|
|
|
Core::System::GetInstance().PrepareReschedule(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|