* ms1.opc (print_dollarhex): Correct format string.

This commit is contained in:
Alan Modra 2005-07-14 13:59:51 +00:00
parent a3c2b96af6
commit 0e6b69beb9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-14 Alan Modra <amodra@bigpond.net.au>
* ms1.opc (print_dollarhex): Correct format string.
2005-07-06 Alan Modra <amodra@bigpond.net.au>
* iq2000.cpu: Include from binutils cpu dir.
@ -326,7 +330,7 @@
media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
cmhtob): Use new operands.
* frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
(parse_even_register): New function.
(parse_even_register): New function.
2003-06-03 Nick Clifton <nickc@redhat.com>

View File

@ -422,7 +422,7 @@ print_dollarhex (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
{
disassemble_info *info = (disassemble_info *) dis_info;
info->fprintf_func (info->stream, "$%x", value);
info->fprintf_func (info->stream, "$%lx", value);
if (0)
print_normal (cd, dis_info, value, attrs, pc, length);