Regernate cgen built files.

This commit is contained in:
Nick Clifton
2002-05-15 20:54:50 +00:00
parent c899585bc7
commit a978a3e5d8
13 changed files with 283 additions and 20 deletions

View File

@ -479,7 +479,7 @@ parse_insn_normal (cd, insn, strp, fields)
}
/* We have an operand of some sort. */
errmsg = xstormy16_cgen_parse_operand (cd, CGEN_SYNTAX_FIELD (*syn),
errmsg = cd->parse_operand (cd, CGEN_SYNTAX_FIELD (*syn),
&str, fields);
if (errmsg)
return errmsg;