From b4e1f0774755425f0b11eb5319f74cca6af8bba5 Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Fri, 13 Nov 2009 18:54:22 +0900 Subject: sh4 disasm fixes Add the sh4 target to the monitor disassembly function, and remove a duplicate "0x" printout from the sh4 dis- assembly code. Signed-off-by: Magnus Damm Signed-off-by: Aurelien Jarno --- sh4-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh4-dis.c') diff --git a/sh4-dis.c b/sh4-dis.c index a502a6188..41fd8667b 100644 --- a/sh4-dis.c +++ b/sh4-dis.c @@ -2065,7 +2065,7 @@ print_insn_sh (bfd_vma memaddr, struct disassemble_info *info) } if ((*info->symbol_at_address_func) (val, info)) { - fprintf_fn (stream, "\t! 0x"); + fprintf_fn (stream, "\t! "); (*info->print_address_func) (val, info); } else -- cgit v1.2.3