Revision 682c4f15

b/disas.c
384 384
    print_insn = print_insn_arm;
385 385
#elif defined(TARGET_SPARC)
386 386
    print_insn = print_insn_sparc;
387
#ifdef TARGET_SPARC64
388
    disasm_info.mach = bfd_mach_sparc_v9b;
389
#endif
387 390
#elif defined(TARGET_PPC)
388 391
#ifdef TARGET_PPC64
389 392
    disasm_info.mach = bfd_mach_ppc64;

Also available in: Unified diff