mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 13:10:28 +01:00
Fix format strings for LP64
This commit is contained in:
parent
b87957d59a
commit
ca98203cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -544,9 +544,9 @@ void r300InitCmdBuf(r300ContextPtr r300)
|
|||
size = 64*256;
|
||||
|
||||
if (RADEON_DEBUG & (DEBUG_IOCTL|DEBUG_DMA)) {
|
||||
fprintf(stderr, "sizeof(drm_r300_cmd_header_t)=%d\n",
|
||||
fprintf(stderr, "sizeof(drm_r300_cmd_header_t)=%ld\n",
|
||||
sizeof(drm_r300_cmd_header_t));
|
||||
fprintf(stderr, "sizeof(drm_radeon_cmd_buffer_t)=%d\n",
|
||||
fprintf(stderr, "sizeof(drm_radeon_cmd_buffer_t)=%ld\n",
|
||||
sizeof(drm_radeon_cmd_buffer_t));
|
||||
fprintf(stderr,
|
||||
"Allocating %d bytes command buffer (max state is %d bytes)\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue