Skip to content
Snippets Groups Projects
Commit b2dbb07f authored by oharboe's avatar oharboe
Browse files

allow jtag minidriver access to cmd_queue_cur_state for jtag_add_pathmove()

git-svn-id: svn://svn.berlios.de/openocd/trunk@867 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 91a16a38
No related branches found
No related tags found
No related merge requests found
......@@ -862,9 +862,9 @@ void jtag_add_pathmove(int num_states, enum tap_state *path)
jtag_prelude1();
cmd_queue_cur_state = path[num_states - 1];
retval=interface_jtag_add_pathmove(num_states, path);
cmd_queue_cur_state = path[num_states - 1];
if (retval!=ERROR_OK)
jtag_error=retval;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment