* config/tc-m68k.c (s_opt): Reset *input_line_pointer even if we
authorIan Lance Taylor <ian@airs.com>
Mon, 14 Aug 1995 19:50:12 +0000 (19:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 14 Aug 1995 19:50:12 +0000 (19:50 +0000)
don't do anything with the option.

gas/config/tc-m68k.c

index 6e320c0baef51d3dc1cd73ca732752f17b2993ec..f1cb10bdd2d2eb0d252c7f86af792d85fd33f4b3 100644 (file)
@@ -4296,6 +4296,8 @@ s_opt (ignore)
                  *input_line_pointer = c;
                  *o->pvar = t ? o->arg : o->notarg;
                }
+             else
+               *input_line_pointer = c;
              break;
            }
        }