MdeModulePkg: Removed ASSERT to facilitate boot of AARCH64 firmware.

This commit is contained in:
Mikhail Krichanov 2023-03-07 13:32:48 +03:00 committed by MikhailKrichanov
parent be0b5fc5da
commit 26a4d6faf2

View File

@ -584,7 +584,7 @@ CoreLoadPeImage (
GetMachineTypeName (UefiImageGetMachine (ImageContext)),
mDxeCoreImageMachineTypeName
));
ASSERT (FALSE);
return EFI_UNSUPPORTED;
}