diff options
-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;
|