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:
@@ -432,8 +432,8 @@ extern int jtag_verify_capture_ir;
|
||||
*/
|
||||
extern void interface_jtag_add_dr_out(int device,
|
||||
int num_fields,
|
||||
int *num_bits,
|
||||
u32 *value,
|
||||
const int *num_bits,
|
||||
const u32 *value,
|
||||
enum tap_state end_state);
|
||||
#endif
|
||||
|
||||
@@ -442,8 +442,8 @@ extern void interface_jtag_add_dr_out(int device,
|
||||
|
||||
static __inline__ void jtag_add_dr_out(int device,
|
||||
int num_fields,
|
||||
int *num_bits,
|
||||
u32 *value,
|
||||
const int *num_bits,
|
||||
const u32 *value,
|
||||
enum tap_state end_state)
|
||||
{
|
||||
if (end_state != -1)
|
||||
|
||||
Reference in New Issue
Block a user