diff options
Diffstat (limited to 'gas/expr.c')
-rw-r--r-- | gas/expr.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -820,6 +820,12 @@ operand (expressionP) expressionP); break; +#ifdef LITERAL_PREFIXDOLLAR_HEX + case '$': + integer_constant (16, expressionP); + break; +#endif + case '0': /* non-decimal radix */ |