From 6aea44fc2b842e14de18006ed7609f4a90cd3bf4 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 24 Oct 2014 12:19:11 +0100 Subject: disas/libvixl: Update to libvixl 1.6 Update our copy of libvixl to upstream 1.6. There are no changes of any particular interest to QEMU, so this is simply keeping up with current upstream. Signed-off-by: Peter Maydell Message-id: 1412091418-25744-1-git-send-email-peter.maydell@linaro.org --- disas/arm-a64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disas/arm-a64.cc') diff --git a/disas/arm-a64.cc b/disas/arm-a64.cc index 162be0c..ca29f6f 100644 --- a/disas/arm-a64.cc +++ b/disas/arm-a64.cc @@ -39,7 +39,7 @@ public: ~QEMUDisassembler() { } protected: - void ProcessOutput(Instruction *instr) { + virtual void ProcessOutput(const Instruction *instr) { fprintf(stream_, "%08" PRIx32 " %s", instr->InstructionBits(), GetOutput()); } -- cgit v1.1