From: Jose E. Marchesi Date: Sat, 28 Oct 2023 04:48:42 +0000 (+0200) Subject: gas: tc-bpf.c: fix formatting of comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3e1e1231d79eeda44b24f2805205ea4ee1644ff;p=binutils-gdb.git gas: tc-bpf.c: fix formatting of comment --- diff --git a/gas/config/tc-bpf.c b/gas/config/tc-bpf.c index cdde05c9139..fd4144a354b 100644 --- a/gas/config/tc-bpf.c +++ b/gas/config/tc-bpf.c @@ -1647,10 +1647,11 @@ void md_operand (expressionS *expressionP) { /* 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 - while parsing instruction alternatives. To do that, we change the - expression to not have an O_absent. But then we also need to set - exp_parse_failed to parse_expression above does the right thing. */ + expression. We should inhibit the as_bad in expr.c, so we can + fail while parsing instruction alternatives. To do that, we + change the expression to not have an O_absent. But then we also + need to set exp_parse_failed to parse_expression above does the + right thing. */ ++input_line_pointer; expressionP->X_op = O_constant; expressionP->X_add_number = 0;