mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-26 02:58:39 +02:00
MdeModulePkg/DxeCore: Fix RelocationData type
This commit is contained in:
parent
4e4c413daa
commit
2428dcb8c9
@ -564,15 +564,15 @@ CoreLoadPeImage (
|
|||||||
IN OUT UEFI_IMAGE_LOADER_IMAGE_CONTEXT *ImageContext
|
IN OUT UEFI_IMAGE_LOADER_IMAGE_CONTEXT *ImageContext
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
BOOLEAN DstBufAlocated;
|
BOOLEAN DstBufAlocated;
|
||||||
UINT32 Size;
|
UINT32 Size;
|
||||||
EFI_MEMORY_TYPE ImageCodeMemoryType;
|
EFI_MEMORY_TYPE ImageCodeMemoryType;
|
||||||
EFI_MEMORY_TYPE ImageDataMemoryType;
|
EFI_MEMORY_TYPE ImageDataMemoryType;
|
||||||
PE_COFF_LOADER_RUNTIME_CONTEXT *RelocationData;
|
UEFI_IMAGE_LOADER_RUNTIME_CONTEXT *RelocationData;
|
||||||
EFI_PHYSICAL_ADDRESS BufferAddress;
|
EFI_PHYSICAL_ADDRESS BufferAddress;
|
||||||
UINTN LoadAddress;
|
UINTN LoadAddress;
|
||||||
UINT32 RelocDataSize;
|
UINT32 RelocDataSize;
|
||||||
|
|
||||||
RelocationData = NULL;
|
RelocationData = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user