[2/4] vcomp/tests: Add ARM and ARM64 arch strings

André Hentschel nerv at dawncrow.de
Sun Aug 9 07:06:03 CDT 2015


---
 dlls/vcomp/tests/vcomp.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dlls/vcomp/tests/vcomp.c b/dlls/vcomp/tests/vcomp.c
index a111d16..7bfddc2 100644
--- a/dlls/vcomp/tests/vcomp.c
+++ b/dlls/vcomp/tests/vcomp.c
@@ -86,6 +86,10 @@ static void  (CDECL   *pomp_set_num_threads)(int num_threads);
 #define ARCH "x86"
 #elif defined(__x86_64__)
 #define ARCH "amd64"
+#elif defined __arm__
+#define ARCH "arm"
+#elif defined __aarch64__
+#define ARCH "arm64"
 #else
 #define ARCH "none"
 #endif
-- 
1.9.1





More information about the wine-patches mailing list