mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
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:
parent
8e2fda411a
commit
0382e11989
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue