This matters for embedded devices, but is probably not observably better for PC hosted OpenOCD.
git-svn-id: svn://svn.berlios.de/openocd/trunk@647 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -667,8 +667,8 @@ int MINIDRIVER(interface_jtag_add_dr_scan)(int num_fields, scan_field_t *fields,
|
||||
|
||||
void MINIDRIVER(interface_jtag_add_dr_out)(int device_num,
|
||||
int num_fields,
|
||||
int *num_bits,
|
||||
u32 *value,
|
||||
const int *num_bits,
|
||||
const u32 *value,
|
||||
enum tap_state end_state)
|
||||
{
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user