diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-06-18 19:49:11 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2014-06-29 22:04:28 +0100 |
commit | ffebe8997523fd922da58a8e19ddffee6b035429 (patch) | |
tree | b4bd7374b47ed9ce5ca1e1e0f8572f65bf597b45 /target-i386/translate.c | |
parent | 1ce8be7e0de4698b1c8bd76ea568e1f46524412c (diff) |
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>
Diffstat (limited to 'target-i386/translate.c')
0 files changed, 0 insertions, 0 deletions