Module: wine Branch: master Commit: 1948f3253be105736ba14e9e5d692df842ae4f34 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1948f3253be105736ba14e9e5d...
Author: André Hentschel nerv@dawncrow.de Date: Fri Mar 8 21:39:12 2013 +0100
winedump: Remove SPARC support.
---
tools/winedump/pe.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
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 "???"; }