summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_screen.c
diff options
context:
space:
mode:
authorChristoph Bumiller <[email protected]>2011-08-30 14:41:13 +0200
committerChristoph Bumiller <[email protected]>2011-08-30 14:52:17 +0200
commitd49525d0c52601f8c4abec82590ca4ffb896a614 (patch)
tree61215394ef7297745942329a22b3292c038e8885 /src/gallium/drivers/nv50/nv50_screen.c
parent8476232b080821b859b02add4cb7869fa4a4f2b3 (diff)
nouveau: use PRIu64 for printing uint64_t
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.c b/src/gallium/drivers/nv50/nv50_screen.c
index 985a55c3223..b1d0b1c54a5 100644
--- a/src/gallium/drivers/nv50/nv50_screen.c
+++ b/src/gallium/drivers/nv50/nv50_screen.c
@@ -492,7 +492,7 @@ nv50_screen_create(struct pipe_winsys *ws, struct nouveau_device *dev)
screen->tls_size = tls_space * max_warps * 32;
- debug_printf("max_warps = %i, tls_size = %llu KiB\n",
+ debug_printf("max_warps = %i, tls_size = %"PRIu64" KiB\n",
max_warps, screen->tls_size >> 10);
ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 1 << 16, screen->tls_size,