|
@@ -92,6 +92,7 @@ unit cpupi;
|
|
localsize : aint;
|
|
localsize : aint;
|
|
i : longint;
|
|
i : longint;
|
|
begin
|
|
begin
|
|
|
|
+ maxpushedparasize:=Align(maxpushedparasize,4);
|
|
tg.setfirsttemp(maxpushedparasize);
|
|
tg.setfirsttemp(maxpushedparasize);
|
|
|
|
|
|
if po_nostackframe in procdef.procoptions then
|
|
if po_nostackframe in procdef.procoptions then
|