Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.
This commit is contained in:
parent
c3c9175a1c
commit
b53fa9514f
3 changed files with 7 additions and 4 deletions
|
@ -237,7 +237,7 @@ static ResultCode SendSyncRequest(Kernel::Handle handle) {
|
|||
|
||||
// TODO(Subv): svcSendSyncRequest should put the caller thread to sleep while the server
|
||||
// responds and cause a reschedule.
|
||||
return session->SendSyncRequest();
|
||||
return session->SendSyncRequest(Kernel::GetCurrentThread());
|
||||
}
|
||||
|
||||
/// Close a handle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue