mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #11169 from JosJuice/jit64-speculative-constants-dispatcher
Jit64: Jump to dispatcher_no_check from InitializeSpeculativeConstants
This commit is contained in:
commit
85f7cf7c1e
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user