forked from auracaster/openocd
reg_param_t -> struct reg_param
Remove misleading typedef and redundant suffix from struct reg_param.
This commit is contained in:
@@ -136,7 +136,7 @@ reg_cache_t *mips32_build_reg_cache(target_t *target);
|
||||
|
||||
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,
|
||||
int num_reg_params, struct reg_param *reg_params,
|
||||
uint32_t entry_point, uint32_t exit_point,
|
||||
int timeout_ms, void *arch_info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user