diff options
| author | Richard Henderson | 2013-01-31 20:16:21 +0100 |
|---|---|---|
| committer | Richard Henderson | 2013-04-15 19:44:35 +0200 |
| commit | 66d4f6a32bf5aa0e3e20c1da11ecc75f8b566899 (patch) | |
| tree | 05a52e0bcc049c38066b245511133ce96ded5fe8 | |
| parent | qemu-char: another io_add_watch_poll fix (diff) | |
| download | qemu-66d4f6a32bf5aa0e3e20c1da11ecc75f8b566899.tar.gz qemu-66d4f6a32bf5aa0e3e20c1da11ecc75f8b566899.tar.xz qemu-66d4f6a32bf5aa0e3e20c1da11ecc75f8b566899.zip | |
disas: Disassemble all ppc insns for the host
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
| -rw-r--r-- | disas.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -325,6 +325,7 @@ void disas(FILE *out, void *code, unsigned long size) s.info.mach = bfd_mach_x86_64; print_insn = print_insn_i386; #elif defined(_ARCH_PPC) + s.info.disassembler_options = (char *)"any"; print_insn = print_insn_ppc; #elif defined(__alpha__) print_insn = print_insn_alpha; |
