[7/9] winedump: Remove SPARC support

André Hentschel nerv at dawncrow.de
Fri Mar 8 14:39:12 CST 2013


There should be no PE files for Sparc out there as no Window was ever ported to it
---
 tools/winedump/pe.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/winedump/pe.c b/tools/winedump/pe.c
index 4cf0b40..b6c8a34 100644
--- a/tools/winedump/pe.c
+++ b/tools/winedump/pe.c
@@ -64,7 +64,6 @@ const char *get_machine_str(int mach)
     case IMAGE_FILE_MACHINE_ARM:        return "ARM";
     case IMAGE_FILE_MACHINE_ARMNT:      return "ARMNT";
     case IMAGE_FILE_MACHINE_THUMB:      return "ARM Thumb";
-    case IMAGE_FILE_MACHINE_SPARC:      return "SPARC";
     }
     return "???";
 }
-- 
1.8.0



-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list