* fixed set_first_temp_offset for use_fixed_stack

git-svn-id: trunk@2866 -
This commit is contained in:
Jonas Maebe 2006-03-11 21:08:04 +00:00
parent 8ef01e93c1
commit 3765a9bbb8

View File

@ -60,7 +60,8 @@ unit cpupi;
begin
if use_fixed_stack then
begin
if not(po_assembler in procdef.procoptions) then
if not(po_assembler in procdef.procoptions) and
(tg.direction > 0) then
tg.setfirsttemp(tg.direction*maxpushedparasize);
end;
end;