allow asm volatile statements

This commit is contained in:
Josh Holtrop 2018-05-12 11:43:07 -04:00
parent b40f501d2a
commit c5764ed15e

View File

@ -575,6 +575,7 @@ asm_statement
asm_expression
: ASM LPAREN string_literals asm_operands RPAREN
| ASM VOLATILE LPAREN string_literals asm_operands RPAREN
;
asm_operands