mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 23:27:23 +01:00
* sizeof(voidpointertype.size) -> voidpointertype.size (although they
happen to be the same currently on all platforms, this is not
guaranteed)
git-svn-id: trunk@14297 -
This commit is contained in:
parent
93523c7767
commit
985c74adde
@ -300,7 +300,7 @@ implementation
|
||||
inc(paramssize,para.left.resultdef.size);
|
||||
else
|
||||
}
|
||||
inc(paramssize,sizeof(voidpointertype.size));
|
||||
inc(paramssize,voidpointertype.size);
|
||||
{
|
||||
end;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user