mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:46:18 +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_half16bit,
|
||||||
aitconst_gs:
|
aitconst_gs:
|
||||||
result:=2;
|
result:=2;
|
||||||
|
aitconst_farptr:
|
||||||
|
result:=4;
|
||||||
aitconst_got:
|
aitconst_got:
|
||||||
result:=sizeof(pint);
|
result:=sizeof(pint);
|
||||||
aitconst_gotoff_symbol:
|
aitconst_gotoff_symbol:
|
||||||
|
Loading…
Reference in New Issue
Block a user