Merge pull request #6525 from lioncash/dead-code

Jit64/Jit_Integer: Remove dead code in arithXex()
This commit is contained in:
Léo Lam
2018-03-26 12:43:01 +02:00
committed by GitHub

View File

@ -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;
}