diff --git a/Source/Core/Core/PowerPC/Jit64Common/EmuCodeBlock.cpp b/Source/Core/Core/PowerPC/Jit64Common/EmuCodeBlock.cpp index 745f773bc1..04036e11ab 100644 --- a/Source/Core/Core/PowerPC/Jit64Common/EmuCodeBlock.cpp +++ b/Source/Core/Core/PowerPC/Jit64Common/EmuCodeBlock.cpp @@ -61,7 +61,7 @@ void EmuCodeBlock::MemoryExceptionCheck() if (js.trampolineExceptionHandler) { 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; }