mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
SVC: Correct ArbitrateUnlock
This commit is contained in:
parent
8c9d258e66
commit
5c70bfcef7
3 changed files with 41 additions and 37 deletions
|
@ -80,7 +80,7 @@ void Thread::CancelWakeupTimer() {
|
|||
|
||||
void Thread::ResumeFromWait() {
|
||||
ASSERT_MSG(wait_objects.empty(), "Thread is waking up while waiting for objects");
|
||||
|
||||
SchedulerLock lock(kernel);
|
||||
switch (status) {
|
||||
case ThreadStatus::Paused:
|
||||
case ThreadStatus::WaitSynch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue