Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.

This commit is contained in:
bunnei 2015-05-19 20:24:30 -04:00
parent 1c3cda5d7e
commit 0b7d2941cf
7 changed files with 22 additions and 20 deletions

View file

@ -94,6 +94,8 @@ void Mutex::Release() {
ResumeWaitingThread(this);
}
}
HLE::Reschedule(__func__);
}
} // namespace