Răsfoiți Sursa

* Also execute setfirsttemp on non-Windows platforms. Fixes -O2 cycle on Linux.

git-svn-id: trunk@7848 -
daniel 18 ani în urmă
părinte
comite
e002e6b9f4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/x86_64/cpupi.pas

+ 1 - 1
compiler/x86_64/cpupi.pas

@@ -57,7 +57,7 @@ implementation
               tg.setfirsttemp(tg.direction*maxpushedparasize+4*8);
           end
         else
-          inherited;
+          tg.setfirsttemp(tg.direction*maxpushedparasize);
       end;