summaryrefslogtreecommitdiff
path: root/src/target/arm966e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm966e.h')
-rw-r--r--src/target/arm966e.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm966e.h b/src/target/arm966e.h
index d8f9cc42..e6155b5c 100644
--- a/src/target/arm966e.h
+++ b/src/target/arm966e.h
@@ -29,7 +29,7 @@
struct arm966e_common
{
- arm9tdmi_common_t arm9tdmi_common;
+ struct arm9tdmi_common arm9tdmi_common;
int common_magic;
uint32_t cp15_control_reg;
};