From ccde06a08fbf9c4f57b321dbec0509f73239c2de Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:43:33 -0800 Subject: mips32_core_reg_t -> struct mips32_core_reg Remove misleading typedef and redundant suffix from struct mips32_core_reg. --- src/target/mips32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/mips32.h') diff --git a/src/target/mips32.h b/src/target/mips32.h index 870ff487..9fdb6053 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -66,12 +66,12 @@ struct mips32_common int (*write_core_reg)(struct target_s *target, int num); }; -typedef struct mips32_core_reg_s +struct mips32_core_reg { uint32_t num; struct target_s *target; struct mips32_common *mips32_common; -} mips32_core_reg_t; +}; #define MIPS32_OP_BEQ 0x04 #define MIPS32_OP_BNE 0x05 -- cgit v1.2.3