André Hentschel : winedump: Add ARM Thumb detection.

Alexandre Julliard julliard at winehq.org
Tue Oct 26 12:34:44 CDT 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Oct 25 22:55:38 2010 +0200

winedump: Add ARM Thumb detection.

---

 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 a2b1fe5..63001ed 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_THUMB:      return "ARM Thumb";
     case IMAGE_FILE_MACHINE_SPARC:      return "SPARC";
     }
     return "???";




More information about the wine-cvs mailing list