qemu-e2k/disas/libvixl/a64
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
..
assembler-a64.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
constants-a64.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
cpu-a64.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
decoder-a64.cc disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
decoder-a64.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
disasm-a64.cc disas/libvixl: Fix wrong format strings 2014-06-29 22:04:28 +01:00
disasm-a64.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
instructions-a64.cc disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
instructions-a64.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00