mirror of
https://github.com/RPCSX/rpcsx.git
synced 2024-11-23 03:19:47 +00:00
orbis-kernel: do not invoke coredump handler
This commit is contained in:
parent
fe6fa76067
commit
6f80249291
@ -997,6 +997,12 @@ orbis::SysResult orbis::sys_mdbg_service(Thread *thread, uint32_t op,
|
||||
break;
|
||||
}
|
||||
|
||||
case 0x13: {
|
||||
// wait for unhandled signal
|
||||
while (true) {
|
||||
std::this_thread::sleep_for(std::chrono::days(1));
|
||||
}
|
||||
}
|
||||
case 0x14: {
|
||||
// std::this_thread::sleep_for(std::chrono::years(1));
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user