mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-24 10:17:45 +02:00
MdeModulePkg: Removed ASSERT to facilitate boot of AARCH64 firmware.
This commit is contained in:
parent
be0b5fc5da
commit
26a4d6faf2
@ -584,7 +584,7 @@ CoreLoadPeImage (
|
|||||||
GetMachineTypeName (UefiImageGetMachine (ImageContext)),
|
GetMachineTypeName (UefiImageGetMachine (ImageContext)),
|
||||||
mDxeCoreImageMachineTypeName
|
mDxeCoreImageMachineTypeName
|
||||||
));
|
));
|
||||||
ASSERT (FALSE);
|
|
||||||
return EFI_UNSUPPORTED;
|
return EFI_UNSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user