Commit c1c35f17 by James Van Artsdalen

*** empty log message ***

From-SVN: r1073
parent 4c64aaf6
......@@ -561,7 +561,6 @@ constrain_asm_operands (n_operands, operands, operand_constraints,
case '=':
case '+':
case '?':
case '#':
case '&':
case '!':
case '*':
......@@ -569,6 +568,11 @@ constrain_asm_operands (n_operands, operands, operand_constraints,
/* Ignore these. */
break;
case '#':
/* Ignore rest of this alternative. */
while (*p && *p != ',') p++;
break;
case '0':
case '1':
case '2':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment