summaryrefslogtreecommitdiff
path: root/src/target/mips_ejtag.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-02 23:52:46 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-01-02 23:52:46 +0000
commit9d75343e451cb9a11bade2deb575794cb6aecad3 (patch)
tree0f4ff93e13059f3a9d60836fb1a0f4461f0cb2be /src/target/mips_ejtag.c
parentab87627c5c4154a3e30108f7e4dd07f5d95c4390 (diff)
downloadopenocd_libswd-9d75343e451cb9a11bade2deb575794cb6aecad3.tar.gz
openocd_libswd-9d75343e451cb9a11bade2deb575794cb6aecad3.tar.bz2
openocd_libswd-9d75343e451cb9a11bade2deb575794cb6aecad3.tar.xz
openocd_libswd-9d75343e451cb9a11bade2deb575794cb6aecad3.zip
John McCarthy <jgmcc@magma.ca> keep_alive() fix
git-svn-id: svn://svn.berlios.de/openocd/trunk@1295 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/mips_ejtag.c')
-rw-r--r--src/target/mips_ejtag.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/mips_ejtag.c b/src/target/mips_ejtag.c
index 698e0b83..c1df67b1 100644
--- a/src/target/mips_ejtag.c
+++ b/src/target/mips_ejtag.c
@@ -144,6 +144,8 @@ int mips_ejtag_drscan_32(mips_ejtag_t *ejtag_info, u32 *data)
return retval;
}
+ keep_alive();
+
return ERROR_OK;
}