diff --git a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp index c8c1ede1d0..593b7ab430 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp @@ -2752,6 +2752,7 @@ void Jit64::twX(UGeckoInstruction inst) gpr.Flush(); fpr.Flush(); + MOV(32, PPCSTATE(pc), Imm32(js.compilerPC)); WriteExceptionExit(); SwitchToNearCode();