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
commit 3272fda3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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