Skip to content
Permalink
Browse files
Merge pull request #11169 from JosJuice/jit64-speculative-constants-d…
…ispatcher

Jit64: Jump to dispatcher_no_check from InitializeSpeculativeConstants
  • Loading branch information
AdmiralCurtiss committed Oct 15, 2022
2 parents 91ba359 + ec6a411 commit 85f7cf7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1282,7 +1282,7 @@ void Jit64::IntializeSpeculativeConstants()
ABI_CallFunctionC(JitInterface::CompileExceptionCheck,
static_cast<u32>(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));

0 comments on commit 85f7cf7

Please sign in to comment.