diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-04-13 21:25:25 -0400 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-04-17 08:21:32 +0200 |
commit | a491cf58dbe320511b1d3d053870baba2c7f0384 (patch) | |
tree | 3b87103420c934f8ede48425fe091757b0503264 /tcg/tcg.c | |
parent | bf3de7f16f2ab9e2ce57704e0b8a19e929dbf73e (diff) | |
download | qemu-a491cf58dbe320511b1d3d053870baba2c7f0384.zip qemu-a491cf58dbe320511b1d3d053870baba2c7f0384.tar.gz qemu-a491cf58dbe320511b1d3d053870baba2c7f0384.tar.bz2 |
Fix format strings
This fix the following build failure:
CC libdis-user/microblaze-dis.o
cc1: warnings being treated as errors
microblaze-dis.c: In function 'print_insn_microblaze':
microblaze-dis.c:829: warning: format '%04x' expects type 'unsigned int',
but argument 4 has type 'long unsigned int'
microblaze-dis.c:962: warning: format '%04x' expects type 'unsigned int',
but argument 4 has type 'long unsigned int'
Reported-at: http://www.monstr.eu/wiki/doku.php?id=log:2010-04-13_12_10_00
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'tcg/tcg.c')
0 files changed, 0 insertions, 0 deletions