MdeModulePkg/DxeCore: Fix RelocationData type

This commit is contained in:
Marvin Häuser 2023-03-17 22:54:44 +01:00
parent 4e4c413daa
commit 2428dcb8c9

View File

@ -569,7 +569,7 @@ CoreLoadPeImage (
UINT32 Size;
EFI_MEMORY_TYPE ImageCodeMemoryType;
EFI_MEMORY_TYPE ImageDataMemoryType;
PE_COFF_LOADER_RUNTIME_CONTEXT *RelocationData;
UEFI_IMAGE_LOADER_RUNTIME_CONTEXT *RelocationData;
EFI_PHYSICAL_ADDRESS BufferAddress;
UINTN LoadAddress;
UINT32 RelocDataSize;