mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +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;
|
*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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user