summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/svc.cpp')
-rw-r--r--src/core/hle/svc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/svc.cpp b/src/core/hle/svc.cpp
index 2cdbe3fb9..0a7f011f3 100644
--- a/src/core/hle/svc.cpp
+++ b/src/core/hle/svc.cpp
@@ -237,7 +237,7 @@ static ResultCode SendSyncRequest(Kernel::Handle handle) {
237 237
238 // TODO(Subv): svcSendSyncRequest should put the caller thread to sleep while the server 238 // TODO(Subv): svcSendSyncRequest should put the caller thread to sleep while the server
239 // responds and cause a reschedule. 239 // responds and cause a reschedule.
240 return session->SendSyncRequest(); 240 return session->SendSyncRequest(Kernel::GetCurrentThread());
241} 241}
242 242
243/// Close a handle 243/// Close a handle