qemu-e2k/disas
Peter Maydell 0602f420e4 libvixl: Avoid std::abs() of 64-bit type
The std::abs() function did not get a version that works on
'long long' until C++11. Avoid it, so that we can compile on
32-bit platforms (where int64_t is 'long long') with older
compilers (which don't support C++11).

Reported-by: Franz-Josef Haider <Franz-Josef.Haider@student.uibk.ac.at>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453739429-31477-1-git-send-email-peter.maydell@linaro.org
2016-02-03 13:46:34 +00:00
..
libvixl libvixl: Avoid std::abs() of 64-bit type 2016-02-03 13:46:34 +00:00
alpha.c alpha: Clean up includes 2016-01-29 15:07:23 +00:00
arm-a64.cc
arm.c arm: Clean up includes 2016-01-29 15:07:23 +00:00
cris.c cris: Clean up includes 2016-01-29 15:07:24 +00:00
hppa.c
i386.c
ia64.c
lm32.c lm32: Clean up includes 2016-01-29 15:07:22 +00:00
m68k.c
Makefile.objs disas/libvixl: Suppress gcc 4.6.3 sign-compare warnings 2016-01-12 16:45:45 +00:00
microblaze.c disas/microblaze.c: Don't define TRUE or FALSE 2016-01-28 11:13:13 +00:00
mips.c mips: Clean up includes 2016-01-23 14:30:04 +00:00
moxie.c moxie: Clean up includes 2016-01-29 15:07:25 +00:00
ppc.c ppc: Clean up includes 2016-01-29 15:07:22 +00:00
s390.c
sh4.c sh4: Clean up includes 2016-01-29 15:07:24 +00:00
sparc.c
tci.c