Hi all,

This patch was the first piece that I found easy to tear out of Jeff's
patches that were posted on Mar 30th[1].  It fixes the name printed for
the JTAG Run/Idle state.

Cheers,

Zach

[1] 
https://lists.berlios.de/pipermail/openocd-development/2009-March/005144.html

Index: src/jtag/jtag.c
===================================================================
--- src/jtag/jtag.c	(revision 1499)
+++ src/jtag/jtag.c	(working copy)
@@ -3248,7 +3248,7 @@
 	switch( state )
 	{
 	case TAP_RESET:		ret = "RESET";			break;
-	case TAP_IDLE:		ret = "IDLE";			break;
+	case TAP_IDLE:		ret = "RUN/IDLE";			break;
 	case TAP_DRSELECT:	ret = "DRSELECT";		break;
 	case TAP_DRCAPTURE: ret = "DRCAPTURE";		break;
 	case TAP_DRSHIFT:	ret = "DRSHIFT";			break;
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to