mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
orbis-kernel: do not invoke coredump handler
This commit is contained in:
parent
fe6fa76067
commit
6f80249291
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue