Francois Gouget : winapi: Add support for the arm architecture.

Alexandre Julliard julliard at winehq.org
Mon Mar 26 12:29:29 CDT 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Mar 17 10:17:08 2012 +0100

winapi: Add support for the arm architecture.

---

 tools/winapi/winapi.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/winapi/winapi.pm b/tools/winapi/winapi.pm
index 4a8d101..04d52a1 100644
--- a/tools/winapi/winapi.pm
+++ b/tools/winapi/winapi.pm
@@ -279,7 +279,7 @@ sub parse_spec_file($$) {
 	}
 
 	my $ordinal;
-	my $ARCHES="alpha|i386|powerpc|sparc|win32|win64|x86_64";
+	my $ARCHES="alpha|arm|i386|powerpc|sparc|win32|win64|x86_64";
 	if(/^(\d+|@)\s+
 	   (cdecl|pascal|stdcall|varargs|thiscall)\s+
 	   ((?:(?:-arch=(?:$ARCHES)(?:,(?:$ARCHES))*|-noname|-norelay|-ordinal|-i386|-ret16|-ret64|-register|-interrupt|-private)\s+)*)(\S+)\s*\(\s*(.*?)\s*\)\s*(\S*)$/x)




More information about the wine-cvs mailing list