summaryrefslogtreecommitdiff
path: root/MdePkg/Library/PeiPalCallLib
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 08:41:06 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 08:41:06 +0000
commit5240b97c9c9e76994e86db11ff7cf140a74f2bd0 (patch)
tree344dda1cd4499363eb538981ddb811f78cf3eae1 /MdePkg/Library/PeiPalCallLib
parentb5793f469e82a3d65cd890a9c29bfd8a25b9bf54 (diff)
downloadedk2-platforms-5240b97c9c9e76994e86db11ff7cf140a74f2bd0.tar.xz
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
Diffstat (limited to 'MdePkg/Library/PeiPalCallLib')
-rw-r--r--MdePkg/Library/PeiPalCallLib/PalCallLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiPalCallLib/PalCallLib.c b/MdePkg/Library/PeiPalCallLib/PalCallLib.c
index aa423c94bd..07f9f38ad0 100644
--- a/MdePkg/Library/PeiPalCallLib/PalCallLib.c
+++ b/MdePkg/Library/PeiPalCallLib/PalCallLib.c
@@ -70,7 +70,7 @@ PalCall (
//
// Get PEI Service Table Pointer
//
- PeiServices = (CONST EFI_PEI_SERVICES **) GetPeiServicesTablePointer ();
+ PeiServices = GetPeiServicesTablePointer ();
//
// Locate SEC Platform Information PPI