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

git-svn-id: svn://svn.berlios.de/openocd/trunk@1295 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-01-02 23:52:46 +00:00
parent ab87627c5c
commit 9d75343e45
1 changed files with 2 additions and 0 deletions

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;
}