Revision b4e1f077 disas.c

b/disas.c
393 393
#else
394 394
    print_insn = print_insn_little_mips;
395 395
#endif
396
#elif defined(TARGET_SH4)
397
    disasm_info.mach = bfd_mach_sh4;
398
    print_insn = print_insn_sh;
396 399
#else
397 400
    monitor_printf(mon, "0x" TARGET_FMT_lx
398 401
                   ": Asm output not supported on this arch\n", pc);

Also available in: Unified diff