Enable EFI_IFR_DEFAULT2 opcode in browser.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13751 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1779,8 +1779,10 @@ ParseOpCodes (
|
||||
|
||||
CurrentDefault->Value.Type = ((EFI_IFR_DEFAULT *) OpCodeData)->Type;
|
||||
CopyMem (&CurrentDefault->DefaultId, &((EFI_IFR_DEFAULT *) OpCodeData)->DefaultId, sizeof (UINT16));
|
||||
CopyMem (&CurrentDefault->Value.Value, &((EFI_IFR_DEFAULT *) OpCodeData)->Value, sizeof (EFI_IFR_TYPE_VALUE));
|
||||
ExtendValueToU64 (&CurrentDefault->Value);
|
||||
if (OpCodeLength == sizeof (EFI_IFR_DEFAULT)) {
|
||||
CopyMem (&CurrentDefault->Value.Value, &((EFI_IFR_DEFAULT *) OpCodeData)->Value, sizeof (EFI_IFR_TYPE_VALUE));
|
||||
ExtendValueToU64 (&CurrentDefault->Value);
|
||||
}
|
||||
|
||||
//
|
||||
// Insert to Default Value list of current Question
|
||||
|
Reference in New Issue
Block a user