diff options
-rw-r--r-- | opcodes/a29k-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/a29k-dis.c b/opcodes/a29k-dis.c index a0c57ac..4a4152f 100644 --- a/opcodes/a29k-dis.c +++ b/opcodes/a29k-dis.c @@ -317,7 +317,7 @@ print_insn (memaddr, info) } /* This used to be %8x for binutils. */ (*info->fprintf_func) - (info->stream, ".word 0x%8x", + (info->stream, ".word 0x%08x", (insn24 << 24) + (insn16 << 16) + (insn8 << 8) + insn0); return 4; } |