arm7_9_common_t -> struct arm7_9_common

Remove misleading typedef and redundant suffix from struct arm7_9_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:40:03 -08:00
parent bcb18b2044
commit 8012b3963f
16 changed files with 138 additions and 138 deletions

View File

@@ -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