mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +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:
@ -4296,6 +4296,8 @@ s_opt (ignore)
|
||||
*input_line_pointer = c;
|
||||
*o->pvar = t ? o->arg : o->notarg;
|
||||
}
|
||||
else
|
||||
*input_line_pointer = c;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user