Regards
Magnus

Index: src/target/target.c
===================================================================
--- src/target/target.c	(revision 2051)
+++ src/target/target.c	(working copy)
@@ -1945,9 +1965,9 @@
 
 	const char *value_fmt;
 	switch (size) {
-	case 4: value_fmt = "%8.8x"; break;
-	case 2: value_fmt = "%4.2x"; break;
-	case 1: value_fmt = "%2.2x"; break;
+	case 4: value_fmt = "%8.8x "; break;
+	case 2: value_fmt = "%4.2x "; break;
+	case 1: value_fmt = "%2.2x "; break;
 	default:
 		LOG_ERROR("invalid memory read size: %u", size);
 		exit(-1);
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to