diff options
| author | Aurelien Jarno | 2013-04-20 10:56:14 +0200 |
|---|---|---|
| committer | Alexander Graf | 2013-04-26 23:02:42 +0200 |
| commit | 88770fec6c8daeb96c1f5cdbedff9df173431fd6 (patch) | |
| tree | 3386702d7ce801dae651063f4bfb439e31c41175 /disas.c | |
| parent | target-ppc: optimize fabs, fnabs, fneg (diff) | |
| download | qemu-88770fec6c8daeb96c1f5cdbedff9df173431fd6.tar.gz qemu-88770fec6c8daeb96c1f5cdbedff9df173431fd6.tar.xz qemu-88770fec6c8daeb96c1f5cdbedff9df173431fd6.zip | |
disas: Disassemble all ppc insns for the guest
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'disas.c')
| -rw-r--r-- | disas.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -227,6 +227,7 @@ void target_disas(FILE *out, CPUArchState *env, target_ulong code, s.info.mach = bfd_mach_ppc; #endif } + s.info.disassembler_options = (char *)"any"; print_insn = print_insn_ppc; #elif defined(TARGET_M68K) print_insn = print_insn_m68k; |
