* expr.c (operand): Pass &c to md_parse_name().

* config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust.
This commit is contained in:
Alexandre Oliva
2001-04-12 07:03:10 +00:00
parent 24f89b6880
commit a8a22e3365
5 changed files with 9 additions and 4 deletions

View File

@@ -1231,7 +1231,7 @@ operand (expressionP)
specially in certain contexts. If a name always has a
specific value, it can often be handled by simply
entering it in the symbol table. */
if (md_parse_name (name, expressionP))
if (md_parse_name (name, expressionP, &c))
{
*input_line_pointer = c;
break;