Commit 8b07523c authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

server: Update CPU type dumping.

parent 0d023f19
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment