OSDN Git Service

disas/libvixl: Fix upstream libvixl compilation issues
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 5 Feb 2014 17:27:28 +0000 (17:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 8 Feb 2014 14:50:48 +0000 (14:50 +0000)
commit37fd5b53ba688e2a32d3966870361e667381ca95
tree2694cac793e519d4f3ad68d225c310fc75973462
parent878a735d009d1e90e96d6c5c6f9471aa4ec2ba65
disas/libvixl: Fix upstream libvixl compilation issues

Fix various minor issues with upstream libvixl so that it will compile
successfully on the platforms QEMU cares about:
 * remove unused GBytes constant (it clashes with the glib headers)
 * fix suffixes on constants to use 'LL' for 64 bit constants so
   we can compile on 32 bit hosts

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
disas/libvixl/a64/instructions-a64.h
disas/libvixl/globals.h
disas/libvixl/utils.h