Pārlūkot izejas kodu

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

git-svn-id: trunk@7848 -
daniel 18 gadi atpakaļ
vecāks
revīzija
e002e6b9f4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;