This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2449
-- gerrit commit f0efb91ae74ff0d12e60ca183c46544b5565b793 Author: Karl Palsson <[email protected]> Date: Fri Dec 19 14:20:40 2014 +0000 contrib: itmdump: fix incorrect format printf Should arguably be simply dropped. Change-Id: I29100e4b284e031613586a66daa74987d86ac9e1 Signed-off-by: Karl Palsson <[email protected]> Signed-off-by: Paul Fertser <[email protected]> diff --git a/contrib/itmdump.c b/contrib/itmdump.c index 9d313ff..eef8faa 100644 --- a/contrib/itmdump.c +++ b/contrib/itmdump.c @@ -146,7 +146,7 @@ static void show_hard(FILE *f, int c) unsigned size; char *label; - printf("DWT - ", type); + printf("DWT - rawtype: %x ", type); if (!read_varlen(f, c, &value)) return; -- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
