* expr.c (operand): Pass &c to md_parse_name().
[deliverable/binutils-gdb.git] / gas / expr.c
index 8ddc965c7aad609fffdcf17aac10ae04a1180e86..1fa5f7e2569bda97cb9b94a0f944074e2f073c78 100644 (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;
This page took 0.028888 seconds and 4 git commands to generate.