aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/pre_parser.mly
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/pre_parser.mly')
-rw-r--r--cparser/pre_parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/pre_parser.mly b/cparser/pre_parser.mly
index 96cf0de7..e55389ba 100644
--- a/cparser/pre_parser.mly
+++ b/cparser/pre_parser.mly
@@ -845,7 +845,7 @@ asm_op_name:
asm_flags:
| string_literals_list
-| string_literals_list COMMA asm_flags
+| asm_flags COMMA string_literals_list
{}
translation_unit_file: