summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-01 21:53:19 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-01 21:53:19 +0000
commit337017d626f9641fdafc50da5769e5bd14cfe30f (patch)
tree39195e0eb7b7cf0bde47b84b8d04abdaefbf4691 /src/target/mips_m4k.c
parent7662bbeaa5da95abc1be2ca5dc686825fbeafccc (diff)
downloadopenocd_libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.tar.gz
openocd_libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.tar.bz2
openocd_libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.tar.xz
openocd_libswd-337017d626f9641fdafc50da5769e5bd14cfe30f.zip
Scrub final vestiges of in_handler from mips target APIs.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1981 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/mips_m4k.c')
-rw-r--r--src/target/mips_m4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips_m4k.c b/src/target/mips_m4k.c
index 7af40c12..078e2956 100644
--- a/src/target/mips_m4k.c
+++ b/src/target/mips_m4k.c
@@ -857,7 +857,7 @@ int mips_m4k_examine(struct target_s *target)
if (!target_was_examined(target))
{
- mips_ejtag_get_idcode(ejtag_info, &idcode, NULL);
+ mips_ejtag_get_idcode(ejtag_info, &idcode);
ejtag_info->idcode = idcode;
if (((idcode >> 1) & 0x7FF) == 0x29)