SPU: Fix page faults notifications

This commit is contained in:
Eladash 2020-05-21 12:46:49 +03:00 committed by Ivan
parent 68bee397eb
commit b8f86eb78d

View File

@ -1382,6 +1382,7 @@ bool handle_access_violation(u32 addr, bool is_writing, x64_context* context) no
if (cpu) if (cpu)
{ {
vm::temporary_unlock(*cpu);
u32 pf_port_id = 0; u32 pf_port_id = 0;
if (auto pf_entries = g_fxo->get<page_fault_notification_entries>(); true) if (auto pf_entries = g_fxo->get<page_fault_notification_entries>(); true)