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

Alexandre Julliard julliard at winehq.org
Tue Nov 1 13:23:25 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Nov  1 16:19:24 2011 +0100

winedump: Add machine string for ARMv7.

---

 tools/winedump/pe.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/winedump/pe.c b/tools/winedump/pe.c
index 9690c33..f005b49 100644
--- a/tools/winedump/pe.c
+++ b/tools/winedump/pe.c
@@ -62,6 +62,7 @@ const char *get_machine_str(int mach)
     case IMAGE_FILE_MACHINE_AMD64:      return "AMD64";
     case IMAGE_FILE_MACHINE_IA64:       return "IA64";
     case IMAGE_FILE_MACHINE_ARM:        return "ARM";
+    case IMAGE_FILE_MACHINE_ARMV7:      return "ARMv7";
     case IMAGE_FILE_MACHINE_THUMB:      return "ARM Thumb";
     case IMAGE_FILE_MACHINE_SPARC:      return "SPARC";
     }




More information about the wine-cvs mailing list