From 1bc99604e84163fc3d749866ee9819d5aa22c28e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 20 Jul 2022 12:47:38 +0930 Subject: Re: opcodes/arc: Implement style support in the disassembler * arc-dis.c (print_insn_arc): Fix thinko. --- opcodes/arc-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/arc-dis.c') diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index dbaa961..3490bad 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); } } -- cgit v1.1