summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 09:56:38 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-18 09:56:38 +0000
commit71f633dd055295a926730f31c3120608d601b867 (patch)
tree5f2316d85490f0b21dc7a44e4dd690d186799763 /EdkCompatibilityPkg
parent89f048160a54f3c5b4771f0fde6ab3bcd5db7070 (diff)
downloadedk2-71f633dd055295a926730f31c3120608d601b867.zip
edk2-71f633dd055295a926730f31c3120608d601b867.tar.gz
edk2-71f633dd055295a926730f31c3120608d601b867.tar.bz2
ICC cleanup: Add in (CONST EFI_PEI_SERVICES **)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6600 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c
index 8cf18e5..bd3c367 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c
@@ -116,7 +116,7 @@ Returns:
),
(VOID **) &Hob
);
- ASSERT_PEI_ERROR(PeiServices, Status);
+ ASSERT_PEI_ERROR((CONST EFI_PEI_SERVICES **) PeiServices, Status);
PerfHobData = (EFI_HOB_GUID_DATA_PERFORMANCE_LOG *)(Hob+1);
PerfHobData->NumberOfEntries = 0;