summaryrefslogtreecommitdiff
path: root/lib/alu.c
diff options
context:
space:
mode:
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)