mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 03:58:25 +02:00
* part of r20140, forgot to commit
git-svn-id: trunk@20145 -
This commit is contained in:
parent
5d82eaa628
commit
eedb5c89de
@ -212,6 +212,7 @@ interface
|
|||||||
nf_is_funcret,
|
nf_is_funcret,
|
||||||
nf_isproperty,
|
nf_isproperty,
|
||||||
nf_processing,
|
nf_processing,
|
||||||
|
nf_no_lvalue, { Node cannot be assigned to }
|
||||||
|
|
||||||
{ taddrnode }
|
{ taddrnode }
|
||||||
nf_typedaddr,
|
nf_typedaddr,
|
||||||
@ -260,8 +261,8 @@ interface
|
|||||||
{ tloadvmtaddrnode }
|
{ tloadvmtaddrnode }
|
||||||
nf_ignore_for_wpo { we know that this loadvmtaddrnode cannot be used to construct a class instance }
|
nf_ignore_for_wpo { we know that this loadvmtaddrnode cannot be used to construct a class instance }
|
||||||
|
|
||||||
{ WARNING: there are now 32 elements in this type, and a set of this
|
{ WARNING: there are now 31 elements in this type, and a set of this
|
||||||
type is written to the PPU. So before adding any more elements,
|
type is written to the PPU. So before adding more than 32 elements,
|
||||||
either move some flags to specific nodes, or stream a normalset
|
either move some flags to specific nodes, or stream a normalset
|
||||||
to the ppu
|
to the ppu
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user