From: Lionel Landwerlin Date: Wed, 10 Oct 2018 21:30:04 +0000 (+0100) Subject: intel/aub_viewer: fixup 0x address prefix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0382e11989bd83fbf77c54a0aa32442c905031dd;p=mesa.git intel/aub_viewer: fixup 0x address prefix Signed-off-by: Lionel Landwerlin Reviewed-by: Tapani Pälli --- 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; }