mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 15:10:28 +02:00
* support formaldef in def_cgsize (-> OS_ADDR)
git-svn-id: trunk@24760 -
This commit is contained in:
parent
dd15ee5bf2
commit
53ba7fbb8b
@ -1173,7 +1173,8 @@ implementation
|
||||
result:=tcgsize(ord(result)+(ord(OS_S8)-ord(OS_8)));
|
||||
end;
|
||||
classrefdef,
|
||||
pointerdef:
|
||||
pointerdef,
|
||||
formaldef:
|
||||
begin
|
||||
{$ifdef x86}
|
||||
if (def.typ=pointerdef) and
|
||||
|
Loading…
Reference in New Issue
Block a user