summaryrefslogtreecommitdiff
path: root/lib/alu.c
diff options
context:
space:
mode:
authorPixel <>2001-04-16 16:17:58 +0000
committerPixel <>2001-04-16 16:17:58 +0000
commitbb38c3ba0877cbbac1d8f0041280e7a923588e89 (patch)
treea5eaa928b0545e9247457cd7875eca68a14646f4 /lib/alu.c
parentc569966fd3e7df69ac0472dcc9999d58a6c1fae3 (diff)
Alu & Simul
Diffstat (limited to 'lib/alu.c')
-rw-r--r--lib/alu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/alu.c b/lib/alu.c
index 2f5b5e2..0419ffd 100644
--- a/lib/alu.c
+++ b/lib/alu.c
@@ -10,6 +10,8 @@
int errRet = 0, Rapide = 0;
+Uint32 SecondResult = 0;
+
/* ALU rapide */
Uint32 RAdditionNonSigne(Uint32 a, Uint32 b)