wrong targets
This commit is contained in:
@@ -153,9 +153,9 @@ ETargetCPU cpu =
|
||||
if (!V_strcmp("i486", s_uname.machine))
|
||||
cpu = TARGET_CPU_80486;
|
||||
if (!V_strcmp("i586", s_uname.machine))
|
||||
cpu = TARGET_CPU_80486;
|
||||
cpu = TARGET_CPU_80586;
|
||||
if (!V_strcmp("i686", s_uname.machine))
|
||||
cpu = TARGET_CPU_80486;
|
||||
cpu = TARGET_CPU_80686;
|
||||
#endif
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user