diff options
author | Eric Dong <eric.dong@intel.com> | 2014-07-31 08:24:13 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-07-31 08:24:13 +0000 |
commit | 3a8e175b3329b9a31f937a67e1394653d8d587c4 (patch) | |
tree | b5bdf6f5e593234baec3b2b21f4b0863701dfa20 /BaseTools/Source/C/VfrCompile | |
parent | 537bc124007a852b2c3b00cda91bad43f4045692 (diff) | |
download | edk2-platforms-3a8e175b3329b9a31f937a67e1394653d8d587c4.tar.xz |
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 <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15723 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Source/C/VfrCompile')
-rw-r--r-- | BaseTools/Source/C/VfrCompile/VfrSyntax.g | 2 |
1 files changed, 1 insertions, 1 deletions
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); >>
";"
|