Prevent the State Machine from moving during runtest

__archive__
Megan Wachs 2016-08-02 18:44:10 -07:00 committed by Tim Newsome
parent 2f1b6b5803
commit 7927e90a42
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ static int jtag_vpi_runtest(int cycles, tap_state_t state)
if (retval != ERROR_OK)
return retval;
retval = jtag_vpi_queue_tdi(NULL, cycles, TAP_SHIFT);
retval = jtag_vpi_queue_tdi(NULL, cycles, NO_TAP_SHIFT);
if (retval != ERROR_OK)
return retval;