arm9tdmi_common_t -> struct arm9tdmi_common
Remove misleading typedef and redundant suffix from struct arm9tdmi_common.
This commit is contained in:
@@ -256,7 +256,7 @@ static void fa526_branch_resume_thumb(target_t *target)
|
||||
}
|
||||
|
||||
static int fa526_init_arch_info_2(target_t *target,
|
||||
arm9tdmi_common_t *arm9tdmi, struct jtag_tap *tap)
|
||||
struct arm9tdmi_common *arm9tdmi, struct jtag_tap *tap)
|
||||
{
|
||||
struct arm7_9_common *arm7_9;
|
||||
|
||||
@@ -317,7 +317,7 @@ static int fa526_init_arch_info_2(target_t *target,
|
||||
static int fa526_init_arch_info(target_t *target,
|
||||
struct arm920t_common *arm920t, struct jtag_tap *tap)
|
||||
{
|
||||
arm9tdmi_common_t *arm9tdmi = &arm920t->arm9tdmi_common;
|
||||
struct arm9tdmi_common *arm9tdmi = &arm920t->arm9tdmi_common;
|
||||
struct arm7_9_common *arm7_9 = &arm9tdmi->arm7_9_common;
|
||||
|
||||
/* initialize arm9tdmi specific info (including arm7_9 and armv4_5)
|
||||
|
||||
Reference in New Issue
Block a user