mirror of https://github.com/acidanthera/audk.git
Fix iMac build issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2102 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3ec2611d34
commit
ddb3d91caf
|
@ -483,7 +483,7 @@ Returns:
|
|||
Status = gBS->HandleProtocol (
|
||||
ImageHandle,
|
||||
&gEfiLoadedImageProtocolGuid,
|
||||
&MyLoadedImage
|
||||
(VOID**)&MyLoadedImage
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
mMyImageBase = MyLoadedImage->ImageBase;
|
||||
|
|
Loading…
Reference in New Issue