freedreno/fdperf: fix print of base address

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5762>
This commit is contained in:
Rob Clark 2020-07-05 11:25:42 -07:00 committed by Marge Bot
parent 85761e23ea
commit 9c34a3322d

View file

@ -311,7 +311,7 @@ find_device(void)
free(b);
printf("i/o region at %08"PRIu64" (size: %x)\n", dev.base, dev.size);
printf("i/o region at %08"PRIx64" (size: %x)\n", dev.base, dev.size);
/* try MAX_FREQ first as that will work regardless of old dt
* dt bindings vs upstream bindings: