summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-10-10 22:30:04 +0100
committerLionel Landwerlin <[email protected]>2018-12-28 16:48:18 +0000
commit0382e11989bd83fbf77c54a0aa32442c905031dd (patch)
tree0e6d46e3b2e535359c3a2e9597be57a6f92cb1cf /src
parent8e2fda411a4f822600e875b05ac744c1fd3b2620 (diff)
intel/aub_viewer: fixup 0x address prefix
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src')
-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;
}