From 3a8e175b3329b9a31f937a67e1394653d8d587c4 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Thu, 31 Jul 2014 08:24:13 +0000 Subject: Update vfr format for orderedlist opcode to consistent with other opcode, also compatible with old format. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15723 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/Source/C/VfrCompile/VfrSyntax.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/C/VfrCompile/VfrSyntax.g b/BaseTools/Source/C/VfrCompile/VfrSyntax.g index 9688aad924..e12677fd4f 100644 --- a/BaseTools/Source/C/VfrCompile/VfrSyntax.g +++ b/BaseTools/Source/C/VfrCompile/VfrSyntax.g @@ -2577,7 +2577,7 @@ vfrStatementOrderedList : OLObj.SetMaxContainers (_STOU8(M->getText(), M->getLine())); >> } - { F:FLAGS "=" vfrOrderedListFlags[OLObj, F->getLine()] } + { F:FLAGS "=" vfrOrderedListFlags[OLObj, F->getLine()] {","}} vfrStatementQuestionOptionList E:EndList << CRT_END_OP (E); >> ";" -- cgit v1.2.3