Skip to content

Commit f657767

Browse files
gooncreeperandrewrk
authored andcommitted
langref: upgrade grammar.y for asm clobber change
1 parent 14bb533 commit f657767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7987,7 +7987,7 @@ AsmInput <- COLON AsmInputList AsmClobbers?
79877987

79887988
AsmInputItem <- LBRACKET IDENTIFIER RBRACKET STRINGLITERAL LPAREN Expr RPAREN
79897989

7990-
AsmClobbers <- COLON StringList
7990+
AsmClobbers <- COLON Expr
79917991

79927992
# *** Helper grammar ***
79937993
BreakLabel <- COLON IDENTIFIER

0 commit comments

Comments
 (0)