mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Do not set the CA bit in ADD().
Thanks Ashe`.
This commit is contained in:
parent
493bf93a5a
commit
82d60ee48d
1 changed files with 0 additions and 1 deletions
|
@ -2820,7 +2820,6 @@ private:
|
||||||
const u64 RA = CPU.GPR[ra];
|
const u64 RA = CPU.GPR[ra];
|
||||||
const u64 RB = CPU.GPR[rb];
|
const u64 RB = CPU.GPR[rb];
|
||||||
CPU.GPR[rd] = RA + RB;
|
CPU.GPR[rd] = RA + RB;
|
||||||
CPU.XER.CA = CPU.IsCarry(RA, RB);
|
|
||||||
if(oe) UNK("addo");
|
if(oe) UNK("addo");
|
||||||
if(rc) CPU.UpdateCR0<s64>(CPU.GPR[rd]);
|
if(rc) CPU.UpdateCR0<s64>(CPU.GPR[rd]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue