aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-bpf.c
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2023-10-28 06:48:42 +0200
committerJose E. Marchesi <jose.marchesi@oracle.com>2023-10-28 06:48:42 +0200
commite3e1e1231d79eeda44b24f2805205ea4ee1644ff (patch)
tree2f8f5491d9f4e5f02b65516551b32e6bb02e7649 /gas/config/tc-bpf.c
parent8b476884c3c0b6fc5bafd018f172c2607c69b6b7 (diff)
downloadbinutils-e3e1e1231d79eeda44b24f2805205ea4ee1644ff.zip
binutils-e3e1e1231d79eeda44b24f2805205ea4ee1644ff.tar.gz
binutils-e3e1e1231d79eeda44b24f2805205ea4ee1644ff.tar.bz2
gas: tc-bpf.c: fix formatting of comment
Diffstat (limited to 'gas/config/tc-bpf.c')
-rw-r--r--gas/config/tc-bpf.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gas/config/tc-bpf.c b/gas/config/tc-bpf.c
index cdde05c..fd4144a 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;