mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-03 14:23:04 +00:00
Kernel: Style and Corrections
This commit is contained in:
committed by
FernandoS27
parent
fcc6b34fff
commit
82218c925a
@@ -140,7 +140,7 @@ ResultCode Mutex::Release(VAddr address) {
|
||||
thread->SetMutexWaitAddress(0);
|
||||
thread->SetWaitHandle(0);
|
||||
|
||||
Core::System::GetInstance().PrepareReschedule();
|
||||
system.PrepareReschedule();
|
||||
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user