diff options
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) |