mirror of https://github.com/xqemu/xqemu.git
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>
This commit is contained in:
parent
bf45a2e67c
commit
88770fec6c
1
disas.c
1
disas.c
|
@ -227,6 +227,7 @@ void target_disas(FILE *out, CPUArchState *env, target_ulong code,
|
||||||
s.info.mach = bfd_mach_ppc;
|
s.info.mach = bfd_mach_ppc;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
s.info.disassembler_options = (char *)"any";
|
||||||
print_insn = print_insn_ppc;
|
print_insn = print_insn_ppc;
|
||||||
#elif defined(TARGET_M68K)
|
#elif defined(TARGET_M68K)
|
||||||
print_insn = print_insn_m68k;
|
print_insn = print_insn_m68k;
|
||||||
|
|
Loading…
Reference in New Issue