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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user