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

Author: Kenneth Graunke <kenn...@whitecape.org>
Date:   Tue Oct  4 10:01:54 2016 -0700

aubinator: use the correct format specifier for printing ptrdiff_t.

Fixes more warnings in 32-bit builds.

Signed-off-by: Kenneth Graunke <kenn...@whitecape.org>
Reviewed-by: Anuj Phogat <anuj.pho...@gmail.com>
Reviewed-by: Timothy Arceri <timothy.arc...@collabora.com>

---

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

diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c
index 864385d..1798191 100644
--- a/src/intel/tools/aubinator.c
+++ b/src/intel/tools/aubinator.c
@@ -941,7 +941,7 @@ aub_file_decode_batch(struct aub_file *file, struct 
gen_spec *spec)
       bias = 1;
       break;
    default:
-      printf("unknown opcode %d at %ld/%ld\n",
+      printf("unknown opcode %d at %td/%td\n",
              OPCODE(h), file->cursor - file->map,
              file->end - file->map);
       file->cursor = file->end;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to