From 88f2fbe1a4be95dc1ab869ab597ca8c133671cf5 Mon Sep 17 00:00:00 2001 From: Fiora Date: Mon, 22 Sep 2014 18:22:31 -0700 Subject: [PATCH] JIT: fix merged bclr with comex's BLR optimizations --- Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp index 79a7c5d76d..8bfcd08762 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp @@ -328,7 +328,7 @@ void Jit64::DoMergedBranch() AND(32, R(RSCRATCH), Imm32(0xFFFFFFFC)); if (js.next_inst.LK) MOV(32, M(&LR), Imm32(js.next_compilerPC + 4)); - WriteExitDestInRSCRATCH(js.next_inst.LK, js.next_compilerPC + 4); + WriteBLRExit(); } else {