diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-05 03:53:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-05 03:53:02 +0000 |
commit | 927781e250da046613f3cca96b81dd7c8783c120 (patch) | |
tree | 780bba90d9bd26566c9309550a865aa3ca15556f /gas/expr.c | |
parent | ecacdc7a6281ce9bc1d82de8cea46e195174b6ea (diff) | |
download | gdb-927781e250da046613f3cca96b81dd7c8783c120.zip gdb-927781e250da046613f3cca96b81dd7c8783c120.tar.gz gdb-927781e250da046613f3cca96b81dd7c8783c120.tar.bz2 |
Miscellaneous tiny fixes.
Diffstat (limited to 'gas/expr.c')
-rw-r--r-- | gas/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1304,7 +1304,7 @@ operand (expressionP) { /* Let the target try to parse it. Success is indicated by changing the X_op field to something other than O_absent and pointing - input_line_pointer passed the expression. If it can't parse the + input_line_pointer past the expression. If it can't parse the expression, X_op and input_line_pointer should be unchanged. */ expressionP->X_op = O_absent; --input_line_pointer; |