Signed-off-by: Xiaojie Yuan <xiaojie.y...@amd.com>
---
 src/lib/ring_decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ring_decode.c b/src/lib/ring_decode.c
index fa44f27..c5582f5 100644
--- a/src/lib/ring_decode.c
+++ b/src/lib/ring_decode.c
@@ -664,7 +664,7 @@ static void print_decode_pm4_pkt3(struct umr_asic *asic, 
struct umr_ring_decoder
                                                if 
(!decoder->pm4.next_write_mem.addr_lo)
                                                        
decoder->pm4.next_write_mem.addr_hi++;
                                        } else {
-                                               printf("DATA: %s%08lx%s", 
YELLOW, (unsigned long)ib, RST);
+                                               printf("DATA: %s0x%08lx%s", 
YELLOW, (unsigned long)ib, RST);
                                        }
                        }
                        break;
-- 
2.20.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to