i965: Use %x instead of %u in debug print.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 7 Apr 2018 05:56:48 +0000 (22:56 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 7 Apr 2018 05:57:48 +0000 (22:57 -0700)
commita3782a612f1a4aaf8d16bed2113c6c798afd3011
treea9c5f7ea2868e4d931cc117bc9749025f4444360
parentb5f92b6fd4e4ef0358fe464d951893de20048bf6
i965: Use %x instead of %u in debug print.

I mistakenly printed out the address as 0x<decimal number> instead of
printing a proper hex number.  This was...surprising.
src/mesa/drivers/dri/i965/intel_batchbuffer.c