* config/tc-m68k.c (s_opt): Reset *input_line_pointer even if we

don't do anything with the option.
This commit is contained in:
Ian Lance Taylor
1995-08-14 19:50:12 +00:00
parent 708fd841b6
commit 9bef2324a2

View File

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