summaryrefslogtreecommitdiff
path: root/opcodes/or32-dis.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/or32-dis.c')
-rw-r--r--opcodes/or32-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/or32-dis.c b/opcodes/or32-dis.c
index 2555e872dd..d390c4b626 100644
--- a/opcodes/or32-dis.c
+++ b/opcodes/or32-dis.c
@@ -300,7 +300,7 @@ print_insn (bfd_vma memaddr, struct disassemble_info *info)
/* This used to be %8x for binutils. */
(*info->fprintf_func)
- (info->stream, ".word 0x%08x", insn);
+ (info->stream, ".word 0x%08lx", insn);
return 4;
}