arm9tdmi_common_t -> struct arm9tdmi_common

Remove misleading typedef and redundant suffix from struct arm9tdmi_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:40:22 -08:00
parent 1ad4ee2deb
commit 785115a6a0
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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;
};