mirror of https://github.com/acidanthera/audk.git
Fixed GCC49 build fail issue.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18126 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3d44658ca8
commit
3af6a17f64
|
@ -1181,6 +1181,9 @@ GetLegacyOptionsOrder (
|
|||
UINTN Bit;
|
||||
UINT8 *DisMap;
|
||||
|
||||
LegacyDev = NULL;
|
||||
OptionMenu = NULL;
|
||||
|
||||
DisMap = ZeroMem (mLegacyBootOptionPrivate->MaintainMapData->DisableMap, sizeof (mLegacyBootOptionPrivate->MaintainMapData->DisableMap));
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue