summaryrefslogtreecommitdiffstats
path: root/opcodes/m10300-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/m10300-dis.c')
-rw-r--r--opcodes/m10300-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/m10300-dis.c b/opcodes/m10300-dis.c
index 158490edea..3b0617b061 100644
--- a/opcodes/m10300-dis.c
+++ b/opcodes/m10300-dis.c
@@ -449,7 +449,7 @@ disassemble (bfd_vma memaddr,
value = ((insn >> (operand->shift + extra_shift))
& ((1 << operand->bits) - 1));
if (value == 0)
- (*info->fprintf_func) (info->stream, "sp", value);
+ (*info->fprintf_func) (info->stream, "sp");
else
(*info->fprintf_func) (info->stream, "xr%d", (int) value);
}
@@ -577,7 +577,7 @@ disassemble (bfd_vma memaddr,
if (!match)
/* xgettext:c-format */
- (*info->fprintf_func) (info->stream, _("unknown\t0x%04x"), insn);
+ (*info->fprintf_func) (info->stream, _("unknown\t0x%04lx"), insn);
}
int
OpenPOWER on IntegriCloud