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
@ -569,7 +569,7 @@ CoreLoadPeImage (
|
|||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user