diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c b/MdeModulePkg/Core/Dxe/Image/Image.c index aeede490bf..ae244ad7d1 100644 --- a/MdeModulePkg/Core/Dxe/Image/Image.c +++ b/MdeModulePkg/Core/Dxe/Image/Image.c @@ -564,15 +564,15 @@ CoreLoadPeImage ( IN OUT UEFI_IMAGE_LOADER_IMAGE_CONTEXT *ImageContext ) { - EFI_STATUS Status; - BOOLEAN DstBufAlocated; - UINT32 Size; - EFI_MEMORY_TYPE ImageCodeMemoryType; - EFI_MEMORY_TYPE ImageDataMemoryType; - PE_COFF_LOADER_RUNTIME_CONTEXT *RelocationData; - EFI_PHYSICAL_ADDRESS BufferAddress; - UINTN LoadAddress; - UINT32 RelocDataSize; + EFI_STATUS Status; + BOOLEAN DstBufAlocated; + UINT32 Size; + EFI_MEMORY_TYPE ImageCodeMemoryType; + EFI_MEMORY_TYPE ImageDataMemoryType; + UEFI_IMAGE_LOADER_RUNTIME_CONTEXT *RelocationData; + EFI_PHYSICAL_ADDRESS BufferAddress; + UINTN LoadAddress; + UINT32 RelocDataSize; RelocationData = NULL;