mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 18:48:42 +02:00
EmbeddedPkg/PrePiLib: Correct function prototype
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
parent
950de0d6fe
commit
b877d75f50
@ -655,7 +655,7 @@ LoadUefiImage (
|
||||
IN VOID *UefiImage,
|
||||
IN UINT32 UefiImageSize,
|
||||
OUT EFI_PHYSICAL_ADDRESS *ImageAddress,
|
||||
OUT UINT64 *ImageSize,
|
||||
OUT UINT32 *ImageSize,
|
||||
OUT EFI_PHYSICAL_ADDRESS *EntryPoint
|
||||
);
|
||||
|
||||
|
@ -45,7 +45,7 @@ LoadUefiImage (
|
||||
|
||||
ImageSize = UefiImageGetImageSize (&ImageContext);
|
||||
BufferPages = EFI_SIZE_TO_PAGES (ImageSize);
|
||||
BufferSize = EFI_PAGES_TO_SIZE (BufferSize);
|
||||
BufferSize = EFI_PAGES_TO_SIZE (BufferPages);
|
||||
BufferAlignment = UefiImageGetSegmentAlignment (&ImageContext);
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user