diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 09:56:50 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 09:56:50 +0000 |
commit | 78d9194775db8bef1b8a5a29a3af62e0982a68ea (patch) | |
tree | 879adb84b14992fec3a04c02eeee0686ee9f4664 | |
parent | 71f633dd055295a926730f31c3120608d601b867 (diff) | |
download | edk2-78d9194775db8bef1b8a5a29a3af62e0982a68ea.zip edk2-78d9194775db8bef1b8a5a29a3af62e0982a68ea.tar.gz edk2-78d9194775db8bef1b8a5a29a3af62e0982a68ea.tar.bz2 |
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
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c | 2 |
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 8c81c47..3427d86 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,
|