summaryrefslogtreecommitdiffstats
path: root/opcodes/arc-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/arc-dis.c')
-rw-r--r--opcodes/arc-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c
index fe835ae129..ba48eeffe6 100644
--- a/opcodes/arc-dis.c
+++ b/opcodes/arc-dis.c
@@ -1202,7 +1202,7 @@ decodeInstr (bfd_vma address, /* Address of this instruction. */
bytes = dsmOneArcInst (address, (void *)& s);
/* Display the disassembly instruction. */
- (*func) (stream, "%08x ", s.words[0]);
+ (*func) (stream, "%08lx ", s.words[0]);
(*func) (stream, " ");
(*func) (stream, "%-10s ", s.instrBuffer);
OpenPOWER on IntegriCloud