qemu-patch-raspberry4/disas
Stefan Weil ffebe89975 disas/libvixl: Fix wrong format strings
When the compiler is told to check the arguments of AppendToOutput,
it reports several errors of this kind:

error: format ‘%d’ expects argument of type ‘int’,
 but argument 3 has type ‘int64_t {aka long int}’ [-Werror=format]

Fix those bugs by using the correct format strings with PRId64, PRIx64.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-id: 1403113751-19799-1-git-send-email-sw@weilnetz.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2014-06-29 22:04:28 +01:00
..
libvixl disas/libvixl: Fix wrong format strings 2014-06-29 22:04:28 +01:00
alpha.c
arm-a64.cc disas: Implement disassembly output for A64 2014-02-08 14:50:48 +00:00
arm.c
cris.c
hppa.c
i386.c disas/i386: Disassemble ANDN/SHLX/SHRX/SHAX 2014-02-17 10:12:29 -06:00
ia64.c
lm32.c
m68k.c
Makefile.objs build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax 2014-05-08 15:27:49 +02:00
microblaze.c
mips.c
moxie.c
ppc.c
s390.c
sh4.c
sparc.c
tci.c