mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-17 17:43:13 +00:00
JIT: fix merged bclr with comex's BLR optimizations
This commit is contained in:
parent
7f1185b941
commit
88f2fbe1a4
@ -328,7 +328,7 @@ void Jit64::DoMergedBranch()
|
|||||||
AND(32, R(RSCRATCH), Imm32(0xFFFFFFFC));
|
AND(32, R(RSCRATCH), Imm32(0xFFFFFFFC));
|
||||||
if (js.next_inst.LK)
|
if (js.next_inst.LK)
|
||||||
MOV(32, M(&LR), Imm32(js.next_compilerPC + 4));
|
MOV(32, M(&LR), Imm32(js.next_compilerPC + 4));
|
||||||
WriteExitDestInRSCRATCH(js.next_inst.LK, js.next_compilerPC + 4);
|
WriteBLRExit();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user