Mesa (master): intel/aub_viewer: fixup 0x address prefix

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 28 16:50:17 UTC 2018


Module: Mesa
Branch: master
Commit: 0382e11989bd83fbf77c54a0aa32442c905031dd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0382e11989bd83fbf77c54a0aa32442c905031dd

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Oct 10 22:30:04 2018 +0100

intel/aub_viewer: fixup 0x address prefix

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Tapani Pälli <tapani.palli at intel.com>

---

 src/intel/tools/aubinator_viewer_decoder.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/tools/aubinator_viewer_decoder.cpp b/src/intel/tools/aubinator_viewer_decoder.cpp
index 0222fdee2e..a2f4a6add8 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;
       }




More information about the mesa-commit mailing list