Re: [Mesa-dev] [PATCH] intel/compiler: fix 64bit value prints on 32bit

2018-02-09 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin Thanks, - Lionel On 09/02/18 12:28, Grazvydas Ignotas wrote: ping On Sun, Feb 4, 2018 at 12:19 AM, Grazvydas Ignotas wrote: Fix the following: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t {aka long long

Re: [Mesa-dev] [PATCH] intel/compiler: fix 64bit value prints on 32bit

2018-02-09 Thread Grazvydas Ignotas
ping On Sun, Feb 4, 2018 at 12:19 AM, Grazvydas Ignotas wrote: > 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}. > --- > src/intel/compiler/brw_disasm.c | 4 ++-- > src/inte

[Mesa-dev] [PATCH] intel/compiler: fix 64bit value prints on 32bit

2018-02-03 Thread Grazvydas Ignotas
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}. --- src/intel/compiler/brw_disasm.c | 4 ++-- src/intel/compiler/brw_nir_analyze_ubo_ranges.c | 2 +- 2 files changed, 3 insertions