diff options
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
| -rw-r--r-- | src/core/hle/kernel/thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.cpp b/src/core/hle/kernel/thread.cpp index b967b3c62..d0bc9c8d8 100644 --- a/src/core/hle/kernel/thread.cpp +++ b/src/core/hle/kernel/thread.cpp | |||
| @@ -354,7 +354,7 @@ void __KernelReschedule(const char *reason) { | |||
| 354 | 354 | ||
| 355 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 355 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 356 | 356 | ||
| 357 | /// Wait thread - on WaitSynchronization | 357 | /// Put current thread in a wait state - on WaitSynchronization |
| 358 | void __KernelWaitThread_Synchronization() { | 358 | void __KernelWaitThread_Synchronization() { |
| 359 | // TODO(bunnei): Just a placeholder function for now... FixMe | 359 | // TODO(bunnei): Just a placeholder function for now... FixMe |
| 360 | __KernelWaitCurThread(WAITTYPE_SYNCH, "waitSynchronization called"); | 360 | __KernelWaitCurThread(WAITTYPE_SYNCH, "waitSynchronization called"); |