forked from auracaster/openocd
- added patch "remove error handler as planned"
https://lists.berlios.de/pipermail/openocd-development/2008-January/000665.html (thanks to oyvind Harboe for the patch) git-svn-id: svn://svn.berlios.de/openocd/trunk@260 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -101,15 +101,6 @@ arm9tdmi_vector_t arm9tdmi_vectors[] =
|
||||
{0, 0},
|
||||
};
|
||||
|
||||
int arm9tdmi_jtag_error_handler(u8 *in_value, void *priv)
|
||||
{
|
||||
char *caller = priv;
|
||||
|
||||
DEBUG("caller: %s", caller);
|
||||
|
||||
return ERROR_JTAG_QUEUE_FAILED;
|
||||
}
|
||||
|
||||
int arm9tdmi_examine_debug_reason(target_t *target)
|
||||
{
|
||||
/* get pointers to arch-specific information */
|
||||
|
||||
Reference in New Issue
Block a user