disas/libvixl: Fix wrong format strings
commitffebe8997523fd922da58a8e19ddffee6b035429
authorStefan Weil <sw@weilnetz.de>
Wed, 18 Jun 2014 17:49:11 +0000 (18 19:49 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 29 Jun 2014 21:04:28 +0000 (29 22:04 +0100)
treeb4bd7374b47ed9ce5ca1e1e0f8572f65bf597b45
parent1ce8be7e0de4698b1c8bd76ea568e1f46524412c
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>
disas/libvixl/a64/disasm-a64.cc