Remove extraneous comment
This commit is contained in:
@@ -689,7 +689,7 @@ load_machine(void)
|
||||
if (p) {
|
||||
if (! strcmp(p, "enh_am486dx2")) /* migrate modified names */
|
||||
cpu_f = cpu_get_family("am486dx2_slenh");
|
||||
else if (! strcmp(p, "enh_am486dx4")) /* migrate modified names */
|
||||
else if (! strcmp(p, "enh_am486dx4"))
|
||||
cpu_f = cpu_get_family("am486dx4_slenh");
|
||||
else
|
||||
cpu_f = cpu_get_family(p);
|
||||
|
Reference in New Issue
Block a user