mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-16 23:04:21 +08:00
gas: tc-bpf.c: fix formatting of comment
This commit is contained in:
@@ -1647,10 +1647,11 @@ void
|
|||||||
md_operand (expressionS *expressionP)
|
md_operand (expressionS *expressionP)
|
||||||
{
|
{
|
||||||
/* If this hook is invoked it means GAS failed to parse a generic
|
/* If this hook is invoked it means GAS failed to parse a generic
|
||||||
expression. We should inhibit the as_bad in expr.c, so we can fail
|
expression. We should inhibit the as_bad in expr.c, so we can
|
||||||
while parsing instruction alternatives. To do that, we change the
|
fail while parsing instruction alternatives. To do that, we
|
||||||
expression to not have an O_absent. But then we also need to set
|
change the expression to not have an O_absent. But then we also
|
||||||
exp_parse_failed to parse_expression above does the right thing. */
|
need to set exp_parse_failed to parse_expression above does the
|
||||||
|
right thing. */
|
||||||
++input_line_pointer;
|
++input_line_pointer;
|
||||||
expressionP->X_op = O_constant;
|
expressionP->X_op = O_constant;
|
||||||
expressionP->X_add_number = 0;
|
expressionP->X_add_number = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user