Skip to content

Commit

Permalink
disas: Disassemble all ppc insns for the host
Browse files Browse the repository at this point in the history
Reviewed-by: Aurelien Jarno <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
  • Loading branch information
rth7680 committed Apr 15, 2013
1 parent 0ca5aa4 commit 66d4f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disas.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 66d4f6a

Please sign in to comment.