Revision b4e1f077

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);
b/sh4-dis.c
2065 2065
		}
2066 2066
	      if ((*info->symbol_at_address_func) (val, info))
2067 2067
		{
2068
		  fprintf_fn (stream, "\t! 0x");
2068
		  fprintf_fn (stream, "\t! ");
2069 2069
		  (*info->print_address_func) (val, info);
2070 2070
		}
2071 2071
	      else

Also available in: Unified diff