diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index dbaa96178a8..3490bad4f66 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -1408,7 +1408,7 @@ print_insn_arc (bfd_vma memaddr, "%s", rname); else (*info->fprintf_styled_func) (info->stream, dis_style_immediate, - "%" PRIx32, value); + "%#x", value); } }