mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
+ support aitconst_farptr in tai_const.size
git-svn-id: trunk@30455 -
This commit is contained in:
parent
b67fea70bd
commit
1c5d0ed09a
@ -1882,6 +1882,8 @@ implementation
|
||||
aitconst_half16bit,
|
||||
aitconst_gs:
|
||||
result:=2;
|
||||
aitconst_farptr:
|
||||
result:=4;
|
||||
aitconst_got:
|
||||
result:=sizeof(pint);
|
||||
aitconst_gotoff_symbol:
|
||||
|
Loading…
Reference in New Issue
Block a user