mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
* Also execute setfirsttemp on non-Windows platforms. Fixes -O2 cycle on Linux.
git-svn-id: trunk@7848 -
This commit is contained in:
parent
b99c1e9fed
commit
e002e6b9f4
@ -57,7 +57,7 @@ implementation
|
||||
tg.setfirsttemp(tg.direction*maxpushedparasize+4*8);
|
||||
end
|
||||
else
|
||||
inherited;
|
||||
tg.setfirsttemp(tg.direction*maxpushedparasize);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user