diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-02-26 22:26:53 -0400 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-27 11:35:17 -0400 |
commit | d4ebb510a05d29befde6556e632413e5b35b9ab5 (patch) | |
tree | 309755a4ef21b48f12cca6c40798dccd191cf860 /src/core/hle/kernel/process.cpp | |
parent | 5b6a67f849d0d78d6f71ccb7d93f48a97760a901 (diff) |
SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.
Diffstat (limited to 'src/core/hle/kernel/process.cpp')
-rw-r--r-- | src/core/hle/kernel/process.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.cpp b/src/core/hle/kernel/process.cpp index cd4b0aa606..ea5fe5b292 100644 --- a/src/core/hle/kernel/process.cpp +++ b/src/core/hle/kernel/process.cpp @@ -187,7 +187,6 @@ void Process::RemoveConditionVariableThread(std::shared_ptr<Thread> thread) { } ++it; } - UNREACHABLE(); } std::vector<std::shared_ptr<Thread>> Process::GetConditionVariableThreads( |