mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-22 08:44:51 +00: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
@ -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…
x
Reference in New Issue
Block a user