aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm946e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm946e.h')
-rw-r--r--src/target/arm946e.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/target/arm946e.h b/src/target/arm946e.h
index b205534..7416878 100644
--- a/src/target/arm946e.h
+++ b/src/target/arm946e.h
@@ -16,11 +16,12 @@
#include "arm9tdmi.h"
-#define ARM946E_COMMON_MAGIC 0x20f920f9
+#define ARM946E_COMMON_MAGIC 0x20f920f9U
struct arm946e_common {
+ unsigned int common_magic;
+
struct arm7_9_common arm7_9_common;
- int common_magic;
uint32_t cp15_control_reg;
uint32_t cp15_cache_info;
};