summaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.h
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-03-17 17:24:22 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-03-18 09:19:39 +0000
commitb48a94f05da3a887f1978da01db77b79513d4aa9 (patch)
tree9abca54be55e31e79d88c6af0f46e7fcbdb40745 /src/target/mips_ejtag.h
parent36df240cea04990e8c18aa0b90bd63374f22dbd3 (diff)
downloadopenocd+libswd-b48a94f05da3a887f1978da01db77b79513d4aa9.tar.gz
openocd+libswd-b48a94f05da3a887f1978da01db77b79513d4aa9.tar.bz2
openocd+libswd-b48a94f05da3a887f1978da01db77b79513d4aa9.tar.xz
openocd+libswd-b48a94f05da3a887f1978da01db77b79513d4aa9.zip
MIPS: remove unused arg from mips_ejtag_set_instr
This arg was never used and was just taken from the arm jtag code. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/target/mips_ejtag.h')
-rw-r--r--src/target/mips_ejtag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips_ejtag.h b/src/target/mips_ejtag.h
index a086cd5e..164edd01 100644
--- a/src/target/mips_ejtag.h
+++ b/src/target/mips_ejtag.h
@@ -129,7 +129,7 @@ struct mips_ejtag
};
int mips_ejtag_set_instr(struct mips_ejtag *ejtag_info,
- int new_instr, void *delete_me_and_submit_patch);
+ int new_instr);
int mips_ejtag_enter_debug(struct mips_ejtag *ejtag_info);
int mips_ejtag_exit_debug(struct mips_ejtag *ejtag_info);
int mips_ejtag_get_impcode(struct mips_ejtag *ejtag_info, uint32_t *impcode);