summaryrefslogtreecommitdiff
path: root/lib/alu.c
diff options
context:
space:
mode:
authorPixel <>2001-04-17 03:50:21 +0000
committerPixel <>2001-04-17 03:50:21 +0000
commit1e6cd6c406e5898f2c661adce55c8dd440e36cd5 (patch)
tree404dbddb525cbdae3fa3e0a961e76660fe362806 /lib/alu.c
parent62879bdb97d41131f5fc21ae394361566102f249 (diff)
GROUUUUUUU
Diffstat (limited to 'lib/alu.c')
-rw-r--r--lib/alu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/alu.c b/lib/alu.c
index 4ff01f3..0adac7d 100644
--- a/lib/alu.c
+++ b/lib/alu.c
@@ -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) {