summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:39:30 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commit6c965a3da9cd6f5b2cf1b177d38723356c83d923 (patch)
treeaf036d445d3e8e092ece86369cdad62924d5b56c /src/target/arm11.c
parent996613522df32870b23e68d8d63e523908694598 (diff)
downloadopenocd_libswd-6c965a3da9cd6f5b2cf1b177d38723356c83d923.tar.gz
openocd_libswd-6c965a3da9cd6f5b2cf1b177d38723356c83d923.tar.bz2
openocd_libswd-6c965a3da9cd6f5b2cf1b177d38723356c83d923.tar.xz
openocd_libswd-6c965a3da9cd6f5b2cf1b177d38723356c83d923.zip
mem_param_t -> struct mem_param
Remove misleading typedef and redundant suffix from struct mem_param.
Diffstat (limited to 'src/target/arm11.c')
-rw-r--r--src/target/arm11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm11.c b/src/target/arm11.c
index 23185488..d7fca7d3 100644
--- a/src/target/arm11.c
+++ b/src/target/arm11.c
@@ -1614,7 +1614,7 @@ static int arm11_remove_watchpoint(struct target_s *target,
// HACKHACKHACK - FIXME mode/state
/* target algorithm support */
static int arm11_run_algorithm(struct target_s *target,
- int num_mem_params, mem_param_t *mem_params,
+ 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)