Diff between b88bddeaf525111de99a315c1bd33cedba9232e8 and fd987863e462c839bc1f86ee4879e42f3bcba914

Changed Files

File Additions Deletions Status
tools/parser/csr.c +1 -1 modified

Full Patch

diff --git a/tools/parser/csr.c b/tools/parser/csr.c
index 1b2922a..0b67a0c 100644
--- a/tools/parser/csr.c
+++ b/tools/parser/csr.c
@@ -113,7 +113,7 @@ void csr_dump(int level, struct frame *frm)
 		}
 
 		p_indent(level, frm);
-		printf("CSR: type 0x%2.2x\n", type);
+		printf("CSR: Debug (type 0x%2.2x)\n", type);
 	} else {
 		p_indent(level, frm);
 		printf("CSR: %s (channel %d)%s\n", cid2str(cid), cid, frag2str(desc));