mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
537bc12400
commit
3a8e175b33
|
@ -2577,7 +2577,7 @@ vfrStatementOrderedList :
|
||||||
OLObj.SetMaxContainers (_STOU8(M->getText(), M->getLine()));
|
OLObj.SetMaxContainers (_STOU8(M->getText(), M->getLine()));
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
{ F:FLAGS "=" vfrOrderedListFlags[OLObj, F->getLine()] }
|
{ F:FLAGS "=" vfrOrderedListFlags[OLObj, F->getLine()] {","}}
|
||||||
vfrStatementQuestionOptionList
|
vfrStatementQuestionOptionList
|
||||||
E:EndList << CRT_END_OP (E); >>
|
E:EndList << CRT_END_OP (E); >>
|
||||||
";"
|
";"
|
||||||
|
|
Loading…
Reference in New Issue