diff options
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
| -rw-r--r-- | src/core/hle/kernel/svc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp index da2f90a1d..371beed0d 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -1641,7 +1641,7 @@ static void SignalProcessWideKey(Core::System& system, VAddr condition_variable_ | |||
| 1641 | u32 update_val = 0; | 1641 | u32 update_val = 0; |
| 1642 | const VAddr mutex_address = thread->GetMutexWaitAddress(); | 1642 | const VAddr mutex_address = thread->GetMutexWaitAddress(); |
| 1643 | do { | 1643 | do { |
| 1644 | monitor.SetExclusive(current_core, mutex_address); | 1644 | monitor.SetExclusive32(current_core, mutex_address); |
| 1645 | 1645 | ||
| 1646 | // If the mutex is not yet acquired, acquire it. | 1646 | // If the mutex is not yet acquired, acquire it. |
| 1647 | mutex_val = memory.Read32(mutex_address); | 1647 | mutex_val = memory.Read32(mutex_address); |