Fix a warning in cpu.c

This commit is contained in:
Jasmine Iwanek
2023-06-05 01:40:41 -04:00
parent 02cec2ee0f
commit 66816464f7

View File

@@ -1520,7 +1520,7 @@ cpu_set(void)
break;
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) {