intel: Debug output %u vs uint64_t warning fix

Signed-off-by: Keith Packard <keithp@keithp.com>
main
Keith Packard 2008-12-15 15:08:17 -08:00 committed by Eric Anholt
parent bd14b2cf75
commit 40334c6410
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,7 @@ drm_intel_gem_bo_exec(drm_intel_bo *bo, int used,
bufmgr_gem->exec_count),
drm_intel_gem_compute_batch_space(bufmgr_gem->exec_bos,
bufmgr_gem->exec_count),
bufmgr_gem->gtt_size);
(unsigned int) bufmgr_gem->gtt_size);
}
drm_intel_update_buffer_offsets (bufmgr_gem);