diff --git a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp index f50aa15011..a8d2445eb2 100644 --- a/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp +++ b/Source/Core/Core/PowerPC/Jit64/JitAsm.cpp @@ -189,7 +189,7 @@ void Jit64AsmRoutineManager::Generate() // Jit might have cleared the code cache ResetStack(); - JMP(dispatcherNoCheck); // no point in special casing this + JMP(dispatcherNoCheck, true); // no point in special casing this SetJumpTarget(bail); doTiming = GetCodePtr();