diff options
Diffstat (limited to 'src/core/hle/kernel/mutex.cpp')
| -rw-r--r-- | src/core/hle/kernel/mutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/mutex.cpp b/src/core/hle/kernel/mutex.cpp index 57f2d8bf3..eb919246c 100644 --- a/src/core/hle/kernel/mutex.cpp +++ b/src/core/hle/kernel/mutex.cpp | |||
| @@ -140,7 +140,7 @@ ResultCode Mutex::Release(VAddr address) { | |||
| 140 | thread->SetMutexWaitAddress(0); | 140 | thread->SetMutexWaitAddress(0); |
| 141 | thread->SetWaitHandle(0); | 141 | thread->SetWaitHandle(0); |
| 142 | 142 | ||
| 143 | Core::System::GetInstance().PrepareReschedule(); | 143 | system.PrepareReschedule(); |
| 144 | 144 | ||
| 145 | return RESULT_SUCCESS; | 145 | return RESULT_SUCCESS; |
| 146 | } | 146 | } |