winetest: Add ARM support.

oldstable
André Hentschel 2010-09-18 18:02:47 +02:00 committed by Alexandre Julliard
parent 09e6a41435
commit ed59c54dc7
1 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ static void print_version (void)
static const char platform[] = "alpha";
#elif defined(__powerpc__)
static const char platform[] = "powerpc";
#elif defined(__arm__)
static const char platform[] = "arm";
#else
# error CPU unknown
#endif