mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-30 10:59:36 -06:00
Jit64: Fix trampolines after #11834.
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user