mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Missed including this in the __KernelSwitchContext null check fix.
This shouldn't be called if target is null.
This commit is contained in:
parent
81a91fbcbb
commit
743f5185b8
1 changed files with 2 additions and 2 deletions
|
@ -2962,9 +2962,9 @@ void __KernelSwitchContext(Thread *target, const char *reason)
|
|||
// No longer waiting.
|
||||
target->nt.waitType = WAITTYPE_NONE;
|
||||
target->nt.waitID = 0;
|
||||
}
|
||||
|
||||
__KernelExecutePendingMipsCalls(target, true);
|
||||
__KernelExecutePendingMipsCalls(target, true);
|
||||
}
|
||||
}
|
||||
|
||||
void __KernelChangeThreadState(Thread *thread, ThreadStatus newStatus) {
|
||||
|
|
Loading…
Add table
Reference in a new issue