Use CONST instead of const
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6112 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -64,7 +64,7 @@ PeiNt32PeCoffLibConstructor (
|
||||
// GuidHob is not ready, try to locate PeCoffLoader guid structure.
|
||||
//
|
||||
Status = (*PeiServices)->LocatePpi (
|
||||
(const EFI_PEI_SERVICES **)PeiServices,
|
||||
(CONST EFI_PEI_SERVICES **)PeiServices,
|
||||
&gEfiPeiPeCoffLoaderGuid,
|
||||
0,
|
||||
NULL,
|
||||
|
Reference in New Issue
Block a user