mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 23:42:34 +02:00
* set temp. start properly when omitting stackframe
git-svn-id: trunk@6761 -
This commit is contained in:
parent
559c88bd38
commit
dd45cf582f
@ -63,7 +63,9 @@ unit cpupi;
|
|||||||
this extra memory should hurt less than generating all local contants with offsets
|
this extra memory should hurt less than generating all local contants with offsets
|
||||||
>256 as non shifter constants }
|
>256 as non shifter constants }
|
||||||
if tg.direction = -1 then
|
if tg.direction = -1 then
|
||||||
tg.setfirsttemp(-12-28);
|
tg.setfirsttemp(-12-28)
|
||||||
|
else
|
||||||
|
tg.setfirsttemp(maxpushedparasize);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user