+ introduce the anf_ofs address node flag - indicates that the node was

generated by ofs()

git-svn-id: trunk@38670 -
This commit is contained in:
nickysn 2018-04-03 15:28:27 +00:00
parent c9aecb8e94
commit 213e61eae5
2 changed files with 3 additions and 3 deletions

View File

@ -69,9 +69,8 @@ interface
tloadparentfpnodeclass = class of tloadparentfpnode;
taddrnodeflag = (
anf_dummyflag { todo: remove this, when the first real addrnode flag
is added (this is just a dummy element, because the
enum cannot be empty) }
{ generated by the Ofs() internal function }
anf_ofs
);
taddrnodeflags = set of taddrnodeflag;

View File

@ -626,6 +626,7 @@ implementation
if token<>_RKLAMMER then
p1:=sub_expr(opcompare,[ef_accept_equal],p1);
p1:=caddrnode.create(p1);
include(taddrnode(p1).addrnodeflags,anf_ofs);
got_addrn:=false;
{ Ofs() returns a cardinal/qword, not a pointer }
inserttypeconv_internal(p1,uinttype);