aboutsummaryrefslogtreecommitdiffstats
path: root/sh4-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh4-dis.c')
-rw-r--r--sh4-dis.c2
1 files changed, 1 insertions, 1 deletions
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