2
0
Эх сурвалжийг харах

* get rid of tabs with wrong size

git-svn-id: trunk@21916 -
florian 13 жил өмнө
parent
commit
a38be24672

+ 1 - 1
compiler/i386/cpuinfo.pas

@@ -102,7 +102,7 @@ Const
                                  [cs_opt_level1,cs_opt_level2,cs_opt_level3]+
                                  [cs_opt_peephole,cs_opt_regvar,cs_opt_stackframe,
                                   cs_opt_asmcse,cs_opt_loopunroll,cs_opt_uncertain,
-								  cs_opt_tailrecursion,cs_opt_nodecse];
+                                  cs_opt_tailrecursion,cs_opt_nodecse];
 
    level1optimizerswitches = genericlevel1optimizerswitches + [cs_opt_peephole];
    level2optimizerswitches = genericlevel2optimizerswitches + level1optimizerswitches +