From d0dee7ccafcf87259fadf6c5de43df8583b0e885 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:55:49 -0800 Subject: reg_t -> struct reg Remove misleading typedef and redundant suffix from struct reg. --- src/target/armv4_5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/armv4_5.h') diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 9823f4e6..16fb85df 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -177,7 +177,7 @@ static __inline enum armv4_5_mode armv4_5_number_to_mode(int number) int armv4_5_arch_state(struct target_s *target); int armv4_5_get_gdb_reg_list(target_t *target, - reg_t **reg_list[], int *reg_list_size); + struct reg **reg_list[], int *reg_list_size); int armv4_5_register_commands(struct command_context_s *cmd_ctx); int armv4_5_init_arch_info(target_t *target, struct arm *armv4_5); -- cgit v1.2.3