mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
Jit64/Jit_Integer: Remove dead code in arithXex()
The conditional this code is within already checks whether d == b, so this conditional will never be true.
This commit is contained in:
parent
5c83e18fbd
commit
7bd41a3b55
@ -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…
x
Reference in New Issue
Block a user