guessing this is a typo?

Cheers
Spen

Index: src/jtag/jtag.c
===================================================================
--- src/jtag/jtag.c     (revision 861)
+++ src/jtag/jtag.c     (working copy)
@@ -1042,7 +1042,7 @@
 void jtag_add_end_state(enum tap_state state)
 {
        cmd_queue_end_state = state;
-       if ((cmd_queue_end_state == TAP_SD)||(cmd_queue_end_state ==
TAP_SD))
+       if ((cmd_queue_end_state == TAP_SD)||(cmd_queue_end_state ==
TAP_SI))
        {
                LOG_ERROR("BUG: TAP_SD/SI can't be end state. Calling code
should use a larger scan field");
        }

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to