mirror of https://github.com/acidanthera/audk.git
Add type case
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7272 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
03d77031fe
commit
c89914c816
|
@ -63,7 +63,7 @@ GetPeCoffLoaderStucture (
|
|||
&gEfiPeiPeCoffLoaderGuid,
|
||||
0,
|
||||
NULL,
|
||||
&mPeiEfiPeiPeCoffLoader
|
||||
(VOID**) &mPeiEfiPeiPeCoffLoader
|
||||
);
|
||||
|
||||
//
|
||||
|
@ -252,7 +252,7 @@ PeCoffLoaderRelocateImageForRuntime (
|
|||
RETURN_STATUS
|
||||
EFIAPI
|
||||
PeCoffLoaderUnloadImage (
|
||||
IN PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
|
||||
IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
|
||||
)
|
||||
{
|
||||
if (mPeiEfiPeiPeCoffLoader == NULL) {
|
||||
|
|
Loading…
Reference in New Issue