diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 09:56:38 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 09:56:38 +0000 |
commit | 71f633dd055295a926730f31c3120608d601b867 (patch) | |
tree | 5f2316d85490f0b21dc7a44e4dd690d186799763 /EdkCompatibilityPkg/Foundation | |
parent | 89f048160a54f3c5b4771f0fde6ab3bcd5db7070 (diff) | |
download | edk2-platforms-71f633dd055295a926730f31c3120608d601b867.tar.xz |
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/Foundation')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c | 2 |
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 8cf18e5436..bd3c3675c4 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;
|