kernel: Implement a more accurate IPC dispatch.
This commit is contained in:
parent
e3ee017e91
commit
c3d3b173d3
19 changed files with 246 additions and 167 deletions
|
@ -189,7 +189,7 @@ private:
|
|||
LOG_DEBUG(Service_NFP, "called");
|
||||
|
||||
auto nfc_event = nfp_interface.GetNFCEvent();
|
||||
if (!nfc_event->ShouldWait(Kernel::GetCurrentThread()) && !has_attached_handle) {
|
||||
if (!nfc_event->ShouldWait(&ctx.GetThread()) && !has_attached_handle) {
|
||||
device_state = DeviceState::TagFound;
|
||||
nfc_event->Clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue