radeon: Silence "format" compiler warnings.

This commit is contained in:
Vinson Lee 2010-01-28 00:33:30 -08:00
parent 347cd2b0d5
commit 1eb1d4e238
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static void radeonQueryGetResult(GLcontext *ctx, struct gl_query_object *q)
}
radeon_print(RADEON_STATE, RADEON_TRACE,
"%d start: %lx, end: %lx %ld\n", i, start, end, end - start);
"%d start: %llx, end: %llx %lld\n", i, start, end, end - start);
}
} else {
for (i = 0; i < query->curr_offset/sizeof(uint32_t); ++i) {