mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Fix minor clang build issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11654 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9ab6800fe3
commit
8f0067d76d
@ -566,7 +566,7 @@ SecPeCoffGetEntryPoint (
|
||||
//
|
||||
// Relocate image to match the address where it resides
|
||||
//
|
||||
ImageContext.ImageAddress = Pe32Data;
|
||||
ImageContext.ImageAddress = (UINTN)Pe32Data;
|
||||
Status = PeCoffLoaderLoadImage (&ImageContext);
|
||||
if (EFI_ERROR (Status)) {
|
||||
return Status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user