marker for in_handler to remove

git-svn-id: svn://svn.berlios.de/openocd/trunk@1649 b42882b7-edfa-0310-969c-e2dbd0fdcd60
__archive__
oharboe 2009-05-07 14:22:15 +00:00
parent d6c34316b1
commit bb994f53cc
1 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ int arm_jtag_set_instr(arm_jtag_t *jtag_info, u32 new_instr, in_handler_t handl
field.in_value = NULL;
field.in_handler = handler;
field.in_handler = handler; /* deprecated! move into calling code */
jtag_add_ir_scan(1, &field, TAP_INVALID);
}