diff options
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
| -rw-r--r-- | src/core/hle/kernel/svc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp index b535593c7..4c1040a3b 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -1657,6 +1657,7 @@ static void SignalProcessWideKey(Core::System& system, VAddr condition_variable_ | |||
| 1657 | update_val = thread->GetWaitHandle(); | 1657 | update_val = thread->GetWaitHandle(); |
| 1658 | } | 1658 | } |
| 1659 | } while (!monitor.ExclusiveWrite32(current_core, mutex_address, update_val)); | 1659 | } while (!monitor.ExclusiveWrite32(current_core, mutex_address, update_val)); |
| 1660 | monitor.ClearExclusive(); | ||
| 1660 | if (mutex_val == 0) { | 1661 | if (mutex_val == 0) { |
| 1661 | // We were able to acquire the mutex, resume this thread. | 1662 | // We were able to acquire the mutex, resume this thread. |
| 1662 | ASSERT(thread->GetStatus() == ThreadStatus::WaitCondVar); | 1663 | ASSERT(thread->GetStatus() == ThreadStatus::WaitCondVar); |