qemu-patch-raspberry4/disas/libvixl/a64
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
..
assembler-a64.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
constants-a64.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
cpu-a64.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
decoder-a64.cc disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
decoder-a64.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
disasm-a64.cc libvixl: fix 64bit constants usage 2014-02-15 20:26:30 +00:00
disasm-a64.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
instructions-a64.cc disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
instructions-a64.h disas/libvixl: Fix upstream libvixl compilation issues 2014-02-08 14:50:48 +00:00