tools/winedump: add Sparc CPU support

Austin English austinenglish at gmail.com
Mon Aug 23 08:33:19 CDT 2010


-- 
-Austin
-------------- next part --------------
diff --git a/tools/winedump/pe.c b/tools/winedump/pe.c
index c06db31..48578d6 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_SPARC:      return "SPARC";
     }
     return "???";
 }


More information about the wine-patches mailing list