# Conflicts:
#	src/cpu/cpu_table.c
This commit is contained in:
RichardG867
2020-11-18 19:57:10 -03:00
8 changed files with 51 additions and 43 deletions

View File

@@ -1858,5 +1858,5 @@ const cpu_legacy_machine_t cpu_legacy_table[] = {
{"p6bap", cputables_Celeron_Cyrix3},
{"603tcf", cputables_Celeron_Cyrix3},
{"vpc2007", cputables_PentiumIID_Celeron},
{NULL, NULL}
{NULL, {NULL}}
};