mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-10 07:21:05 +00:00
SVC: Correct ArbitrateUnlock
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user