diff options
author | Pixel <> | 2001-04-17 03:50:21 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-17 03:50:21 +0000 |
commit | 1e6cd6c406e5898f2c661adce55c8dd440e36cd5 (patch) | |
tree | 404dbddb525cbdae3fa3e0a961e76660fe362806 /lib/alu.c | |
parent | 62879bdb97d41131f5fc21ae394361566102f249 (diff) |
GROUUUUUUU
Diffstat (limited to 'lib/alu.c')
-rw-r--r-- | lib/alu.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -32,9 +32,9 @@ Uint32 RAdditionNonSigne(Uint32 a, Uint32 b) } if (tr) { - SetZero(); - } else { ResetZero(); + } else { + SetZero(); } if (tr & 1) { @@ -60,9 +60,9 @@ Uint32 RAdditionSigne(long int a, long int b) } if (tr) { - SetZero(); - } else { ResetZero(); + } else { + SetZero(); } if (tr & 1) { |