mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 10:09:19 +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);
|
tg.setfirsttemp(tg.direction*maxpushedparasize+4*8);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
inherited;
|
tg.setfirsttemp(tg.direction*maxpushedparasize);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user