diff options
Diffstat (limited to 'src/core/hle/kernel/process.cpp')
| -rw-r--r-- | src/core/hle/kernel/process.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.cpp b/src/core/hle/kernel/process.cpp index 7a616435a..2fcb7326c 100644 --- a/src/core/hle/kernel/process.cpp +++ b/src/core/hle/kernel/process.cpp | |||
| @@ -357,7 +357,7 @@ void Process::ChangeStatus(ProcessStatus new_status) { | |||
| 357 | 357 | ||
| 358 | status = new_status; | 358 | status = new_status; |
| 359 | is_signaled = true; | 359 | is_signaled = true; |
| 360 | WakeupAllWaitingThreads(); | 360 | Signal(); |
| 361 | } | 361 | } |
| 362 | 362 | ||
| 363 | void Process::AllocateMainThreadStack(u64 stack_size) { | 363 | void Process::AllocateMainThreadStack(u64 stack_size) { |