fix gcc warnings & improved makefile echos
[lunaix-os.git] / lunaix-os / includes / hal / cpu.h
index 2a06f298e2b0e55c277c09b72e4726c3d3668d42..af8863e0b1194d2524cb8e7b707f807d3542310e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_CPU_H
 #define __LUNAIX_CPU_H
 
-typedef unsigned long reg32;
+typedef unsigned int reg32;
 typedef unsigned short reg16;
 
 typedef struct {