aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/words.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/words.h')
-rw-r--r--sim/ppc/words.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/words.h b/sim/ppc/words.h
index 269fd4e..a3de1aa 100644
--- a/sim/ppc/words.h
+++ b/sim/ppc/words.h
@@ -51,7 +51,7 @@
/* bit based */
typedef char natural8;
typedef short natural16;
-typedef long natural32;
+typedef int natural32;
typedef signed char signed8;
typedef signed short signed16;