mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-03 06:06:35 +00:00
x86jit: Fix andLink cases of imm blezl, etc.
This commit is contained in:
parent
e2926da4f3
commit
100afc07a2
@ -421,7 +421,7 @@ void Jit::BranchRSZeroComp(MIPSOpcode op, Gen::CCFlags cc, bool andLink, bool li
|
||||
CONDITIONAL_NICE_DELAYSLOT;
|
||||
|
||||
if (immBranch)
|
||||
CompBranchExit(immBranchTaken, targetAddr, js.compilerPC + 8, delaySlotIsNice, likely, false);
|
||||
CompBranchExit(immBranchTaken, targetAddr, js.compilerPC + 8, delaySlotIsNice, likely, andLink);
|
||||
else
|
||||
{
|
||||
if (!likely && delaySlotIsNice)
|
||||
|
Loading…
x
Reference in New Issue
Block a user