mips32_common_t -> struct mips32_common

Remove misleading typedef and redundant suffix from struct mips32_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:43:30 -08:00
parent 1bd7a78d92
commit 3b7aee21b5
5 changed files with 38 additions and 38 deletions

View File

@@ -32,7 +32,7 @@ struct target_s;
typedef struct mips_m4k_common_s
{
int common_magic;
mips32_common_t mips32_common;
struct mips32_common mips32_common;
} mips_m4k_common_t;
int mips_m4k_bulk_write_memory(struct target_s *target,