i965g: Fix printf format specifier.

This commit is contained in:
José Fonseca 2010-05-16 14:01:28 +01:00
parent df3590f570
commit 7234dc19af
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ brw_batchbuffer_emit_reloc(struct brw_batchbuffer *batch,
int ret;
if (batch->ptr - batch->map > batch->buf->size) {
debug_printf("bad relocation ptr %p map %p offset %d size %d\n",
debug_printf("bad relocation ptr %p map %p offset %li size %i\n",
batch->ptr, batch->map, batch->ptr - batch->map, batch->buf->size);
return PIPE_ERROR_OUT_OF_MEMORY;