mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 07:19:26 +02:00
* fixed missing offset assignment
git-svn-id: trunk@984 -
This commit is contained in:
parent
f4c15f16bf
commit
609f35b34c
@ -316,6 +316,7 @@ unit cpupara;
|
||||
paraloc^.size:=int_cgsize(paralen);
|
||||
if (side=callerside) then
|
||||
paraloc^.reference.index:=NR_STACK_POINTER_REG;
|
||||
paraloc^.reference.offset:=stack_offset;
|
||||
inc(stack_offset,align(paralen,4));
|
||||
paralen:=0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user