2006-10-26 Ben Elliston <bje@au.ibm.com>
[deliverable/binutils-gdb.git] / opcodes / arc-dis.c
index fe835ae1297194f80d55780746ff261ee9ae4e4f..ba48eeffe649811b837b9b175503e746bd0511b1 100644 (file)
@@ -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);
 
This page took 0.024384 seconds and 4 git commands to generate.