fix gaffe.
git-svn-id: svn://svn.berlios.de/openocd/trunk@375 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
86ca2270f4
commit
5f159928b1
|
@ -365,7 +365,6 @@ static __inline int jtag_add_shift(const enum tap_state shift_state, const enum
|
||||||
{
|
{
|
||||||
int retval;
|
int retval;
|
||||||
retval=interface_jtag_add_shift(shift_state, end_state, bits, value);
|
retval=interface_jtag_add_shift(shift_state, end_state, bits, value);
|
||||||
cmd_queue_end_state = end_state;
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue