mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-24 08:21:19 +00:00
Add PrepareReschedule where required.
This commit is contained in:
committed by
FernandoS27
parent
4760c27922
commit
891babbe20
@@ -140,6 +140,8 @@ ResultCode Mutex::Release(VAddr address) {
|
||||
thread->SetMutexWaitAddress(0);
|
||||
thread->SetWaitHandle(0);
|
||||
|
||||
Core::System::GetInstance().PrepareReschedule();
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
} // namespace Kernel
|
||||
|
||||
Reference in New Issue
Block a user