intel/aub_viewer: fixup 0x address prefix

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
Lionel Landwerlin 2018-10-10 22:30:04 +01:00
parent 8e2fda411a
commit 0382e11989

View file

@ -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;
}