summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/Ppi
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 08:42:33 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 08:42:33 +0000
commit284c8400e8c5518b688c7bca66cc73c55532ac39 (patch)
tree1c950c1d60073c03acdecb30e281b07b5c109f76 /MdeModulePkg/Core/Pei/Ppi
parent5240b97c9c9e76994e86db11ff7cf140a74f2bd0 (diff)
downloadedk2-284c8400e8c5518b688c7bca66cc73c55532ac39.tar.gz
edk2-284c8400e8c5518b688c7bca66cc73c55532ac39.tar.bz2
edk2-284c8400e8c5518b688c7bca66cc73c55532ac39.zip
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@6127 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/Ppi')
-rw-r--r--MdeModulePkg/Core/Pei/Ppi/Ppi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/Ppi/Ppi.c b/MdeModulePkg/Core/Pei/Ppi/Ppi.c
index c121c52064..13b1588177 100644
--- a/MdeModulePkg/Core/Pei/Ppi/Ppi.c
+++ b/MdeModulePkg/Core/Pei/Ppi/Ppi.c
@@ -574,7 +574,7 @@ DispatchNotify (
NotifyDescriptor->Notify
));
NotifyDescriptor->Notify (
- GetPeiServicesTablePointer (),
+ (EFI_PEI_SERVICES **) GetPeiServicesTablePointer (),
NotifyDescriptor,
(PrivateData->PpiData.PpiListPtrs[Index2].Ppi)->Ppi
);