diff options
Diffstat (limited to 'opcodes/or32-dis.c')
-rw-r--r-- | opcodes/or32-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/or32-dis.c b/opcodes/or32-dis.c index 2555e87..d390c4b 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; } |