summaryrefslogtreecommitdiff
path: root/plugins/ao/eng_ssf/m68kcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ao/eng_ssf/m68kcpu.h')
-rw-r--r--plugins/ao/eng_ssf/m68kcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ao/eng_ssf/m68kcpu.h b/plugins/ao/eng_ssf/m68kcpu.h
index 77e4191b..ab626999 100644
--- a/plugins/ao/eng_ssf/m68kcpu.h
+++ b/plugins/ao/eng_ssf/m68kcpu.h
@@ -67,7 +67,7 @@
#define sint32 signed long
#define uint8 unsigned char
#define uint16 unsigned short
-#define uint32 unsigned long
+#define uint32 unsigned int
/* signed and unsigned int must be at least 32 bits wide */
#define sint signed int
#define uint unsigned int