From 8012b3963fc49c7edf87f31a93bc0039095f5b59 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:40:03 -0800 Subject: arm7_9_common_t -> struct arm7_9_common Remove misleading typedef and redundant suffix from struct arm7_9_common. --- src/target/arm9tdmi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm9tdmi.h') diff --git a/src/target/arm9tdmi.h b/src/target/arm9tdmi.h index 775d4758..85ed0296 100644 --- a/src/target/arm9tdmi.h +++ b/src/target/arm9tdmi.h @@ -30,7 +30,7 @@ */ typedef struct arm9tdmi_common_s { - arm7_9_common_t arm7_9_common; + struct arm7_9_common arm7_9_common; } arm9tdmi_common_t; typedef struct arm9tdmi_vector_s -- cgit v1.2.3