summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2014-05-17 13:47:55 -0400
committerGravatar bunnei2014-05-17 13:47:55 -0400
commit09b8e8fb6afbbcc3dd6127ee02f7ac1611eb85aa (patch)
tree1671fef9ab2f9bf06496d8de775da68176758881 /src/core/hle/kernel/thread.cpp
parentcleanups to SVC CreateThread (diff)
downloadyuzu-09b8e8fb6afbbcc3dd6127ee02f7ac1611eb85aa.tar.gz
yuzu-09b8e8fb6afbbcc3dd6127ee02f7ac1611eb85aa.tar.xz
yuzu-09b8e8fb6afbbcc3dd6127ee02f7ac1611eb85aa.zip
changed a comment
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
-rw-r--r--src/core/hle/kernel/thread.cpp2
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
358void __KernelWaitThread_Synchronization() { 358void __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");