John McCarthy <jgmcc@magma.ca> keep_alive() fix

git-svn-id: svn://svn.berlios.de/openocd/trunk@1295 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-01-02 23:52:46 +00:00
parent ab87627c5c
commit 9d75343e45

View File

@ -144,6 +144,8 @@ int mips_ejtag_drscan_32(mips_ejtag_t *ejtag_info, u32 *data)
return retval;
}
keep_alive();
return ERROR_OK;
}