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