mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
pipebuffer: fix printf warnings
This commit is contained in:
parent
0c55dd8094
commit
fca7f38441
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ pb_debug_manager_dump(struct pb_debug_manager *mgr)
|
|||
buf = LIST_ENTRY(struct pb_debug_buffer, curr, head);
|
||||
|
||||
debug_printf("buffer = %p\n", buf);
|
||||
debug_printf(" .size = %p\n", buf->base.base.size);
|
||||
debug_printf(" .size = 0x%x\n", buf->base.base.size);
|
||||
debug_backtrace_dump(buf->create_backtrace, PB_DEBUG_CREATE_BACKTRACE);
|
||||
|
||||
curr = next;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue