Fixed a warning in cpu/cpu_table.c.

This commit is contained in:
OBattler
2020-11-18 06:00:13 +01:00
parent a04bc35077
commit 9fb3a3ed56

View File

@@ -1215,5 +1215,5 @@ cpu_legacy_machine_t cpu_legacy_table[] = {
{"p6bap", {cpus_Celeron, cpus_Cyrix3}},
{"603tcf", {cpus_Celeron, cpus_Cyrix3}},
{"vpc2007", {cpus_PentiumIID, cpus_Celeron}},
{NULL, NULL}
{NULL, {NULL}}
};