mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
marker for in_handler to remove
git-svn-id: svn://svn.berlios.de/openocd/trunk@1649 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user