=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winedump: Add ARM64 string.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 6 09:29:04 CDT 2015


Module: wine
Branch: master
Commit: e5bc217e05d46cf96e99906857ba4c80726d2226
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e5bc217e05d46cf96e99906857ba4c80726d2226

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue May  5 23:50:33 2015 +0200

winedump: Add ARM64 string.

---

 tools/winedump/pe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/winedump/pe.c b/tools/winedump/pe.c
index aedd98e..51ceba4 100644
--- a/tools/winedump/pe.c
+++ b/tools/winedump/pe.c
@@ -61,6 +61,7 @@ const char *get_machine_str(int mach)
     case IMAGE_FILE_MACHINE_POWERPC:	return "PowerPC";
     case IMAGE_FILE_MACHINE_AMD64:      return "AMD64";
     case IMAGE_FILE_MACHINE_IA64:       return "IA64";
+    case IMAGE_FILE_MACHINE_ARM64:      return "ARM64";
     case IMAGE_FILE_MACHINE_ARM:        return "ARM";
     case IMAGE_FILE_MACHINE_ARMNT:      return "ARMNT";
     case IMAGE_FILE_MACHINE_THUMB:      return "ARM Thumb";




More information about the wine-cvs mailing list