From 74d09617b927ed7011098d5a65087dee1ef1e87a Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:44:08 -0800 Subject: reg_cache_t -> struct reg_cache Remove misleading typedef and redundant suffix from struct reg_cache. --- 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 39f00be4..7cecb754 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -49,7 +49,7 @@ struct mips32_common { uint32_t common_magic; void *arch_info; - reg_cache_t *core_cache; + struct reg_cache *core_cache; struct mips_ejtag ejtag_info; uint32_t core_regs[MIPS32NUMCOREREGS]; @@ -132,7 +132,7 @@ int mips32_init_arch_info(target_t *target, int mips32_restore_context(target_t *target); int mips32_save_context(target_t *target); -reg_cache_t *mips32_build_reg_cache(target_t *target); +struct reg_cache *mips32_build_reg_cache(target_t *target); int mips32_run_algorithm(struct target_s *target, int num_mem_params, struct mem_param *mem_params, -- cgit v1.2.3