intel/compiler: fix 64bit value prints on 32bit
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 3 Feb 2018 21:59:05 +0000 (23:59 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 10 Feb 2018 15:59:02 +0000 (17:59 +0200)
commit9b9a89cd795fda462a6ee898ef6e5135ca79d94e
treefe85cb242a3478e630a3db665bcce76fd738cce3
parentff0e3fa1fe664f6a7aba289ed36fca9ff505bc18
intel/compiler: fix 64bit value prints on 32bit

Fix the following:
warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but
argument 3 has type ‘uint64_t {aka long long unsigned int}.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/compiler/brw_disasm.c
src/intel/compiler/brw_nir_analyze_ubo_ranges.c