server: Update CPU type dumping.
This commit is contained in:
parent
0d023f1968
commit
8b07523c56
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue