summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 09:56:50 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 09:56:50 +0000
commit78d9194775db8bef1b8a5a29a3af62e0982a68ea (patch)
tree879adb84b14992fec3a04c02eeee0686ee9f4664 /EdkCompatibilityPkg/Foundation/Library
parent71f633dd055295a926730f31c3120608d601b867 (diff)
downloadedk2-platforms-78d9194775db8bef1b8a5a29a3af62e0982a68ea.tar.xz
ICC cleanup: Add in (CONST EFI_PEI_SERVICES **)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6601 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c
index 8c81c478fc..3427d86a04 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c
@@ -235,7 +235,7 @@ Returns:
NULL,
(VOID **) &PciCfg2
);
- ASSERT_PEI_ERROR (PeiServices, Status);
+ ASSERT_PEI_ERROR ((CONST EFI_PEI_SERVICES **) PeiServices, Status);
Status = PciCfg2->Modify (
(CONST EFI_PEI_SERVICES **) PeiServices,