From 0382e11989bd83fbf77c54a0aa32442c905031dd Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 10 Oct 2018 22:30:04 +0100 Subject: [PATCH] intel/aub_viewer: fixup 0x address prefix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Lionel Landwerlin Reviewed-by: Tapani Pälli --- src/intel/tools/aubinator_viewer_decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/tools/aubinator_viewer_decoder.cpp b/src/intel/tools/aubinator_viewer_decoder.cpp index 0222fdee2ef..a2f4a6add84 100644 --- a/src/intel/tools/aubinator_viewer_decoder.cpp +++ b/src/intel/tools/aubinator_viewer_decoder.cpp @@ -895,7 +895,7 @@ aub_viewer_render_batch(struct aub_viewer_decode_ctx *ctx, if (inst == NULL) { ImGui::TextColored(ctx->cfg->error_color, - "x%08" PRIx64 ": unknown instruction %08x", + "0x%08" PRIx64 ": unknown instruction %08x", offset, p[0]); continue; } -- 2.30.2