* 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:
parent
708fd841b6
commit
9bef2324a2
1 changed files with 2 additions and 0 deletions
|
@ -4296,6 +4296,8 @@ s_opt (ignore)
|
|||
*input_line_pointer = c;
|
||||
*o->pvar = t ? o->arg : o->notarg;
|
||||
}
|
||||
else
|
||||
*input_line_pointer = c;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue