diff options
author | Yong Wang <yong.y.wang@linux.intel.com> | 2009-06-05 11:37:35 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-05 08:22:27 +0200 |
commit | ee7b31fe5c5da8a038b96e54ae9fbd5dcab3b1da (patch) | |
tree | 29a344bca927b850a5570e456a4f572f0aa63390 /firmware/cpia2 | |
parent | 6dc5f2a41759987e35e757ef00192e7b424563bb (diff) |
perf_counter tools: Fix incorrect printf formats
Otherwise the code does not compile on 32-bit boxes.
builtin-report.c: In function 'map__fprintf':
builtin-report.c:240: error: format '%lx' expects type 'long unsigned int', but argument 3 has type 'uint64_t'
builtin-report.c:240: error: format '%lx' expects type 'long unsigned int', but argument 4 has type 'uint64_t'
builtin-report.c:240: error: format '%lx' expects type 'long unsigned int', but argument 5 has type 'uint64_t'
Signed-off-by: Yong Wang <yong.y.wang@intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <20090605033735.GA20451@ywang-moblin2.bj.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'firmware/cpia2')
0 files changed, 0 insertions, 0 deletions