Skip to content
Snippets Groups Projects
Commit bb994f53 authored by oharboe's avatar oharboe
Browse files

marker for in_handler to remove

git-svn-id: svn://svn.berlios.de/openocd/trunk@1649 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent d6c34316
Branches
No related tags found
No related merge requests found
......@@ -52,12 +52,12 @@ int arm_jtag_set_instr(arm_jtag_t *jtag_info, u32 new_instr, in_handler_t handl
field.num_bits = tap->ir_length;
field.out_value = t;
buf_set_u32(field.out_value, 0, field.num_bits, new_instr);
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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment