mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
85761e23ea
commit
9c34a3322d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue