Kernel/Threads: Added a new thread status to identify threads waiting for an IPC reply from svcSendSyncRequest.
This commit is contained in:
@ -278,6 +278,7 @@ void Thread::ResumeFromWait() {
|
||||
case THREADSTATUS_WAIT_SYNCH_ANY:
|
||||
case THREADSTATUS_WAIT_ARB:
|
||||
case THREADSTATUS_WAIT_SLEEP:
|
||||
case THREADSTATUS_WAIT_IPC:
|
||||
break;
|
||||
|
||||
case THREADSTATUS_READY:
|
||||
|
Reference in New Issue
Block a user