diff --git a/Source/Core/Core/PowerPC/Jit64/Jit.cpp b/Source/Core/Core/PowerPC/Jit64/Jit.cpp index 96f5905c68..698491d54a 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit.cpp @@ -1282,7 +1282,7 @@ void Jit64::IntializeSpeculativeConstants() ABI_CallFunctionC(JitInterface::CompileExceptionCheck, static_cast(JitInterface::ExceptionType::SpeculativeConstants)); ABI_PopRegistersAndAdjustStack({}, 0); - JMP(asm_routines.dispatcher, true); + JMP(asm_routines.dispatcher_no_check, true); SwitchToNearCode(); } CMP(32, PPCSTATE(gpr[i]), Imm32(compileTimeValue));