Просмотр исходного кода

* set default processor for i386 to Pentium2

git-svn-id: trunk@47034 -
florian 4 лет назад
Родитель
Сommit
3463d469bf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -465,7 +465,7 @@ interface
         fputype : fpu_none;
         fputype : fpu_none;
 {$else not GENERIC_CPU}
 {$else not GENERIC_CPU}
   {$ifdef i386}
   {$ifdef i386}
-        cputype : cpu_Pentium;
+        cputype : cpu_Pentium2;
         optimizecputype : cpu_Pentium3;
         optimizecputype : cpu_Pentium3;
         asmcputype : cpu_none;
         asmcputype : cpu_none;
         fputype : fpu_x87;
         fputype : fpu_x87;