Pārlūkot izejas kodu

optimizecputype back to cpu_mips1

Kirill Kranz 11 mēneši atpakaļ
vecāks
revīzija
ce20ea8043
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -5583,7 +5583,7 @@ begin
         if not option.CPUSetExplicitly then
           init_settings.cputype:=cpu_mips1;
         if not option.OptCPUSetExplicitly then
-          init_settings.optimizecputype:=cpu_none;
+          init_settings.optimizecputype:=cpu_mips1;
         if not option.FPUSetExplicitly then
           begin
             include(init_settings.moduleswitches,cs_fp_emulation);