Revision: 14502
          http://sourceforge.net/p/edk2/code/14502
Author:   oliviermartin
Date:     2013-07-24 15:31:19 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
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 <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ArmPkg/Library/BasePeCoffLib/AArch64/PeCoffLoaderEx.c

Modified: trunk/edk2/ArmPkg/Library/BasePeCoffLib/AArch64/PeCoffLoaderEx.c
===================================================================
--- trunk/edk2/ArmPkg/Library/BasePeCoffLib/AArch64/PeCoffLoaderEx.c    
2013-07-24 11:54:02 UTC (rev 14501)
+++ trunk/edk2/ArmPkg/Library/BasePeCoffLib/AArch64/PeCoffLoaderEx.c    
2013-07-24 15:31:19 UTC (rev 14502)
@@ -79,7 +79,7 @@
   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;
   }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to