summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/intel/tools/aubinator_viewer_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}