forked from Imagelibrary/binutils-gdb
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user