Fix static_assert raised by commit 789975e350

This commit is contained in:
Shawn Hoffman 2016-10-04 00:56:02 -07:00
parent ab01dec178
commit fead9a05bc
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ void Jit64::IntializeSpeculativeConstants()
MOV(32, PPCSTATE(pc), Imm32(js.blockStart));
ABI_PushRegistersAndAdjustStack({}, 0);
ABI_CallFunctionC(
reinterpret_cast<void*>(&JitInterface::CompileExceptionCheck),
JitInterface::CompileExceptionCheck,
static_cast<u32>(JitInterface::ExceptionType::EXCEPTIONS_SPECULATIVE_CONSTANTS));
ABI_PopRegistersAndAdjustStack({}, 0);
JMP(asm_routines.dispatcher, true);