mirror of https://github.com/acidanthera/audk.git
Core/Dxe/DxeMain: Set default value for gRing3Data.
This commit is contained in:
parent
6d389121c8
commit
3c08639b23
|
@ -245,6 +245,8 @@ DxeMain (
|
|||
EFI_VECTOR_HANDOFF_INFO *VectorInfoList;
|
||||
EFI_VECTOR_HANDOFF_INFO *VectorInfo;
|
||||
|
||||
gRing3Data = NULL;
|
||||
|
||||
//
|
||||
// Setup Stack Guard
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue