server: Update CPU type dumping.

This commit is contained in:
André Hentschel 2014-10-13 01:32:26 +02:00 committed by Alexandre Julliard
parent 0d023f1968
commit 8b07523c56
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ static void dump_cpu_type( const char *prefix, const cpu_type_t *code )
CASE(x86);
CASE(x86_64);
CASE(POWERPC);
CASE(ARM);
CASE(ARM64);
default: fprintf( stderr, "%s%u", prefix, *code ); break;
#undef CASE
}