diff options
author | Pixel <> | 2001-04-16 16:17:58 +0000 |
---|---|---|
committer | Pixel <> | 2001-04-16 16:17:58 +0000 |
commit | bb38c3ba0877cbbac1d8f0041280e7a923588e89 (patch) | |
tree | a5eaa928b0545e9247457cd7875eca68a14646f4 /lib/alu.c | |
parent | c569966fd3e7df69ac0472dcc9999d58a6c1fae3 (diff) |
Alu & Simul
Diffstat (limited to 'lib/alu.c')
-rw-r--r-- | lib/alu.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ int errRet = 0, Rapide = 0; +Uint32 SecondResult = 0; + /* ALU rapide */ Uint32 RAdditionNonSigne(Uint32 a, Uint32 b) |