Skip to content

Commit

Permalink
disas/libvixl: Update to libvixl 1.6
Browse files Browse the repository at this point in the history
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 <peter.maydell@linaro.org>
Message-id: 1412091418-25744-1-git-send-email-peter.maydell@linaro.org
  • Loading branch information
pm215 committed Oct 24, 2014
1 parent c6faa75 commit 6aea44f
Show file tree
Hide file tree
Showing 12 changed files with 715 additions and 332 deletions.
2 changes: 1 addition & 1 deletion disas/arm-a64.cc
Expand Up @@ -39,7 +39,7 @@ class QEMUDisassembler : public Disassembler {
~QEMUDisassembler() { }

protected:
void ProcessOutput(Instruction *instr) {
virtual void ProcessOutput(const Instruction *instr) {
fprintf(stream_, "%08" PRIx32 " %s",
instr->InstructionBits(), GetOutput());
}
Expand Down
2 changes: 1 addition & 1 deletion disas/libvixl/README
Expand Up @@ -2,7 +2,7 @@
The code in this directory is a subset of libvixl:
https://github.com/armvixl/vixl
(specifically, it is the set of files needed for disassembly only,
taken from libvixl 1.5).
taken from libvixl 1.6).
Bugfixes should preferably be sent upstream initially.

The disassembler does not currently support the entire A64 instruction
Expand Down

0 comments on commit 6aea44f

Please sign in to comment.