reg_param_t -> struct reg_param

Remove misleading typedef and redundant suffix from struct reg_param.
This commit is contained in:
Zachary T Welch
2009-11-13 08:39:42 -08:00
parent 6c965a3da9
commit b1de5eb9a0
24 changed files with 37 additions and 37 deletions

View File

@@ -336,7 +336,7 @@ int mips32_register_commands(struct command_context_s *cmd_ctx)
return ERROR_OK;
}
int mips32_run_algorithm(struct target_s *target, int num_mem_params, struct mem_param *mem_params, int num_reg_params, reg_param_t *reg_params, uint32_t entry_point, uint32_t exit_point, int timeout_ms, void *arch_info)
int mips32_run_algorithm(struct target_s *target, int num_mem_params, struct mem_param *mem_params, int num_reg_params, struct reg_param *reg_params, uint32_t entry_point, uint32_t exit_point, int timeout_ms, void *arch_info)
{
/*TODO*/
return ERROR_OK;