mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* a29k-dis.c (print_insn): Use 0x%08x, not 0x%8x.
This commit is contained in:
parent
803f7af5d2
commit
d75a406d3c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user