mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* 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
@ -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 New Issue
Block a user