X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=contrib%2Fitmdump.c;h=fe835493437587eff7bb385d0b869c29d64e03c9;hp=9d313ffbfe297d1d3901da11d989bb680d957f82;hb=552c8c5971424fd7786e91f7e0987b412a8dce53;hpb=1d0cf0df37a4e831ca3121ba8987d5848cad3e42 diff --git a/contrib/itmdump.c b/contrib/itmdump.c index 9d313ffbfe..fe83549343 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 - "); if (!read_varlen(f, c, &value)) return; @@ -216,7 +216,7 @@ static void show_hard(FILE *f, int c) } break; default: - printf("UNDEFINED"); + printf("UNDEFINED, rawtype: %x", type); break; }