mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00: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 RB = CPU.GPR[rb];
|
||||
CPU.GPR[rd] = RA + RB;
|
||||
CPU.XER.CA = CPU.IsCarry(RA, RB);
|
||||
if(oe) UNK("addo");
|
||||
if(rc) CPU.UpdateCR0<s64>(CPU.GPR[rd]);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue