diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-22 18:07:29 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-22 18:07:29 +0000 |
| commit | 88afd39b79dfc703a4d8d152374041299d28614e (patch) | |
| tree | e20114ddb6f4ed9979129fe9919fce0353f9245b /contrib/binutils/opcodes | |
| parent | 9be9d08fdef729d9ee17735a541a78bfbead8ab4 (diff) | |
Notes
Diffstat (limited to 'contrib/binutils/opcodes')
| -rw-r--r-- | contrib/binutils/opcodes/mips-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/opcodes/mips-dis.c b/contrib/binutils/opcodes/mips-dis.c index dab4db99331e..2329a9febac1 100644 --- a/contrib/binutils/opcodes/mips-dis.c +++ b/contrib/binutils/opcodes/mips-dis.c @@ -1054,7 +1054,7 @@ print_insn_args (const char *d, /* Display 5 bits of bbit0/1 bit index amount. */ case '^': - (*info->fprintf_func) (info->stream, "0x%x", + (*info->fprintf_func) (info->stream, "0x%lx", (l >> OP_SH_BITIND) & OP_MASK_BITIND); break; |
