From 785115a6a0a850f24f01fb385757a331eea9f093 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:40:22 -0800 Subject: arm9tdmi_common_t -> struct arm9tdmi_common Remove misleading typedef and redundant suffix from struct arm9tdmi_common. --- src/target/arm920t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm920t.h') diff --git a/src/target/arm920t.h b/src/target/arm920t.h index b82c57b4..b2ab4598 100644 --- a/src/target/arm920t.h +++ b/src/target/arm920t.h @@ -27,7 +27,7 @@ struct arm920t_common { - arm9tdmi_common_t arm9tdmi_common; + struct arm9tdmi_common arm9tdmi_common; uint32_t common_magic; armv4_5_mmu_common_t armv4_5_mmu; uint32_t cp15_control_reg; -- cgit v1.2.3