mirror of https://github.com/acidanthera/audk.git
ArmPkg: Update the AArch64 Image File Machine Type to match the PE/COFF spec
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14502 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
63e25b68cb
commit
ff351683a6
|
@ -79,7 +79,7 @@ PeCoffLoaderImageFormatSupported (
|
||||||
IN UINT16 Machine
|
IN UINT16 Machine
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if ((Machine == IMAGE_FILE_MACHINE_AARCH64) || (Machine == IMAGE_FILE_MACHINE_EBC)) {
|
if ((Machine == IMAGE_FILE_MACHINE_ARM64) || (Machine == IMAGE_FILE_MACHINE_EBC)) {
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue