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

git-svn-id: trunk@7848 -
This commit is contained in:
daniel 2007-06-29 17:46:27 +00:00
parent b99c1e9fed
commit e002e6b9f4

View File

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