Skip to content
Permalink
Browse files
Merge pull request #6525 from lioncash/dead-code
Jit64/Jit_Integer: Remove dead code in arithXex()
  • Loading branch information
leoetlino committed Mar 26, 2018
2 parents ccfdea6 + 7bd41a3 commit 3272fda
Showing 1 changed file with 0 additions and 2 deletions.
@@ -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;
}

0 comments on commit 3272fda

Please sign in to comment.