Fix a warning in cpu.c
This commit is contained in:
@@ -1520,7 +1520,7 @@ cpu_set(void)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fatal("cpu_set : unknown CPU type %i\n", cpu_s->cpu_type);
|
fatal("cpu_set : unknown CPU type %llu\n", cpu_s->cpu_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (fpu_type) {
|
switch (fpu_type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user