git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix gcc warnings & improved makefile echos
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
cpu.h
diff --git
a/lunaix-os/includes/hal/cpu.h
b/lunaix-os/includes/hal/cpu.h
index 2a06f298e2b0e55c277c09b72e4726c3d3668d42..af8863e0b1194d2524cb8e7b707f807d3542310e 100644
(file)
--- a/
lunaix-os/includes/hal/cpu.h
+++ b/
lunaix-os/includes/hal/cpu.h
@@
-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 {