summaryrefslogtreecommitdiff
path: root/src/target/arm9tdmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm9tdmi.h')
-rw-r--r--src/target/arm9tdmi.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h
index 8f893163..8bf2713e 100644
--- a/src/target/arm9tdmi.h
+++ b/src/target/arm9tdmi.h
@@ -25,12 +25,11 @@
#include "embeddedice.h"
-#define ARM9TDMI_COMMON_MAGIC 0x00a900a9
-
+/* FIXME we don't really need a separate arm9tdmi struct any more...
+ * remove it, the arm7/arm9 common struct suffices.
+ */
typedef struct arm9tdmi_common_s
{
- int common_magic;
- void *arch_info;
arm7_9_common_t arm7_9_common;
} arm9tdmi_common_t;