Merge pull request #6525 from lioncash/dead-code
Jit64/Jit_Integer: Remove dead code in arithXex()
This commit is contained in:
commit
3272fda3ee
|
@ -1354,8 +1354,6 @@ void Jit64::arithXex(UGeckoInstruction inst)
|
|||
{
|
||||
if (!js.carryFlagInverted)
|
||||
CMC();
|
||||
if (d != b)
|
||||
MOV(32, gpr.R(d), gpr.R(b));
|
||||
SBB(32, gpr.R(d), gpr.R(a));
|
||||
invertedCarry = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue