qemu-e2k/disas
Michael Tokarev 0dbcf95a1e libvixl: fix 64bit constants usage
Since commit 999b53ec8794f203964db3ecf939a3da5c4bc843:
 Author: Claudio Fontana <claudio.fontana@linaro.org>
 Date:   Wed Feb 5 17:27:28 2014 +0000

    disas: Implement disassembly output for A64

    Use libvixl to implement disassembly output in debug
    logs for A64, for use with both AArch64 hosts and targets.

disas/libvixl/ contains functions which uses 64bit constants
without using appropriate suffixes, which fails on 32bits.

Fix this by using ULL suffix.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2014-02-15 20:26:30 +00:00
..
libvixl libvixl: fix 64bit constants usage 2014-02-15 20:26:30 +00:00
Makefile.objs disas: Implement disassembly output for A64 2014-02-08 14:50:48 +00:00
alpha.c
arm-a64.cc disas: Implement disassembly output for A64 2014-02-08 14:50:48 +00:00
arm.c tcg-arm: Implement division instructions 2013-04-27 02:16:44 +02:00
cris.c
hppa.c
i386.c disas/i386.c: disassemble movbe instruction 2014-01-25 14:12:17 -08:00
ia64.c
lm32.c lm32-dis: fix NULL pointer dereference 2013-03-18 19:40:34 +01:00
m68k.c Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() 2013-02-23 16:11:19 +00:00
microblaze.c
mips.c
moxie.c Add moxie disassembler 2013-03-23 14:25:41 +00:00
ppc.c disas/ppc.c: Fix little endian disassembly 2013-09-02 10:06:41 +02:00
s390.c target-s390: Fix disassembly of cpsdr 2013-01-05 12:00:00 -08:00
sh4.c
sparc.c
tci.c