diff --git a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp index 8e9ece7615..0a7caf1e3e 100644 --- a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp @@ -623,6 +623,7 @@ void JitArm64::Jit(u32) NPC = nextPC; PowerPC::ppcState.Exceptions |= EXCEPTION_ISI; PowerPC::CheckExceptions(); + Common::JITPageWriteDisableExecuteEnable(); WARN_LOG_FMT(POWERPC, "ISI exception at {:#010x}", nextPC); return; }