Jit64: Fix trampolines after #11834.
This commit is contained in:
parent
93d9e90798
commit
b71304230c
|
@ -61,7 +61,7 @@ void EmuCodeBlock::MemoryExceptionCheck()
|
||||||
if (js.trampolineExceptionHandler)
|
if (js.trampolineExceptionHandler)
|
||||||
{
|
{
|
||||||
TEST(32, PPCSTATE(Exceptions), Gen::Imm32(EXCEPTION_DSI));
|
TEST(32, PPCSTATE(Exceptions), Gen::Imm32(EXCEPTION_DSI));
|
||||||
J_CC(CC_NZ, js.trampolineExceptionHandler ? Jump::Near : Jump::Short);
|
J_CC(CC_NZ, js.trampolineExceptionHandler);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue