diff options
Diffstat (limited to 'gas/expr.c')
-rw-r--r-- | gas/expr.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -407,6 +407,7 @@ operand (expressionP) integer_constant(2, expressionP); break; + case '0': case '1': case '2': case '3': @@ -542,7 +543,7 @@ operand (expressionP) } - + case ',': case '\n': /* can't imagine any other kind of operand */ expressionP->X_seg = SEG_ABSENT; |