mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-03 07:13:50 +00:00
Fix static_assert raised by commit 789975e35092621988058e19e92f599781445e11
This commit is contained in:
parent
ab01dec178
commit
fead9a05bc
@ -996,7 +996,7 @@ void Jit64::IntializeSpeculativeConstants()
|
|||||||
MOV(32, PPCSTATE(pc), Imm32(js.blockStart));
|
MOV(32, PPCSTATE(pc), Imm32(js.blockStart));
|
||||||
ABI_PushRegistersAndAdjustStack({}, 0);
|
ABI_PushRegistersAndAdjustStack({}, 0);
|
||||||
ABI_CallFunctionC(
|
ABI_CallFunctionC(
|
||||||
reinterpret_cast<void*>(&JitInterface::CompileExceptionCheck),
|
JitInterface::CompileExceptionCheck,
|
||||||
static_cast<u32>(JitInterface::ExceptionType::EXCEPTIONS_SPECULATIVE_CONSTANTS));
|
static_cast<u32>(JitInterface::ExceptionType::EXCEPTIONS_SPECULATIVE_CONSTANTS));
|
||||||
ABI_PopRegistersAndAdjustStack({}, 0);
|
ABI_PopRegistersAndAdjustStack({}, 0);
|
||||||
JMP(asm_routines.dispatcher, true);
|
JMP(asm_routines.dispatcher, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user