浏览代码

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

git-svn-id: trunk@7848 -
daniel 18 年之前
父节点
当前提交
e002e6b9f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;