arm9tdmi_common_t -> struct arm9tdmi_common
Remove misleading typedef and redundant suffix from struct arm9tdmi_common.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
struct arm926ejs_common
|
||||
{
|
||||
arm9tdmi_common_t arm9tdmi_common;
|
||||
struct arm9tdmi_common arm9tdmi_common;
|
||||
uint32_t common_magic;
|
||||
armv4_5_mmu_common_t armv4_5_mmu;
|
||||
int (*read_cp15)(target_t *target, uint32_t op1, uint32_t op2, uint32_t CRn, uint32_t CRm, uint32_t *value);
|
||||
|
||||
Reference in New Issue
Block a user