[ opcodes/ChangeLog ]
2002-02-12 Graydon Hoare <graydon@redhat.com> * cgen-asm.in (parse_insn_normal): Change call from @arch@_cgen_parse_operand to cd->parse_operand, to facilitate CGEN_ASM_INIT_HOOK doing useful work.
This commit is contained in:
parent
2d20f7bf67
commit
d7de8249f0
@ -1,3 +1,9 @@
|
||||
2002-02-12 Graydon Hoare <graydon@redhat.com>
|
||||
|
||||
* cgen-asm.in (parse_insn_normal): Change call from
|
||||
@arch@_cgen_parse_operand to cd->parse_operand, to
|
||||
facilitate CGEN_ASM_INIT_HOOK doing useful work.
|
||||
|
||||
2002-02-11 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* sparc-dis.c (print_insn_sparc): Make sure 0xFFFFFFFF is not
|
||||
|
@ -275,7 +275,7 @@ parse_insn_normal (cd, insn, strp, fields)
|
||||
}
|
||||
|
||||
/* We have an operand of some sort. */
|
||||
errmsg = @arch@_cgen_parse_operand (cd, CGEN_SYNTAX_FIELD (*syn),
|
||||
errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn),
|
||||
&str, fields);
|
||||
if (errmsg)
|
||||
return errmsg;
|
||||
|
Loading…
Reference in New Issue
Block a user