* 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:
Jonas Maebe 2009-12-03 13:29:02 +00:00
parent 93523c7767
commit 985c74adde

View File

@ -300,7 +300,7 @@ implementation
inc(paramssize,para.left.resultdef.size);
else
}
inc(paramssize,sizeof(voidpointertype.size));
inc(paramssize,voidpointertype.size);
{
end;
}