Enable Intel IPF compilation for MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3130 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
//
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include "UefiBootServicesTableLibInternal.h"
|
||||
|
||||
EFI_HANDLE gImageHandle = NULL;
|
||||
EFI_SYSTEM_TABLE *gST = NULL;
|
||||
@@ -33,7 +34,7 @@ EFI_BOOT_SERVICES *gBS = NULL;
|
||||
|
||||
/**
|
||||
The constructor function caches the pointer of Boot Services Table.
|
||||
|
||||
|
||||
The constructor function caches the pointer of Boot Services Table through System Table.
|
||||
It will ASSERT() if the pointer of System Table is NULL.
|
||||
It will ASSERT() if the pointer of Boot Services Table is NULL.
|
||||
|
Reference in New Issue
Block a user