diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/alu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/alu.h b/include/alu.h index 4427060..760de41 100644 --- a/include/alu.h +++ b/include/alu.h @@ -15,4 +15,6 @@ Uint32 OR(Uint32 a, Uint32 b); Uint32 SHL(Uint32 a); Uint32 SHR(Uint32 a); +extern int errRet, Rapide; +extern Uint32 SecondResult; #endif |