Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6126 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-10-17 08:41:06 +00:00
parent b5793f469e
commit 5240b97c9c
7 changed files with 47 additions and 47 deletions

View File

@@ -70,7 +70,7 @@ PalCall (
//
// Get PEI Service Table Pointer
//
PeiServices = (CONST EFI_PEI_SERVICES **) GetPeiServicesTablePointer ();
PeiServices = GetPeiServicesTablePointer ();
//
// Locate SEC Platform Information PPI