* fixed typed constants, initialized with Ofs(proc) in modes TP and DELPHI as well

git-svn-id: trunk@38134 -
This commit is contained in:
nickysn 2018-02-06 13:24:15 +00:00
parent e23a13a482
commit 2019e622e1

View File

@ -98,6 +98,9 @@ uses
is_proc2procvar_load(Ttypeconvnode(node).left,pd)) then
begin
hp:=tunarynode(Ttypeconvnode(node).left).left;
if (hp.nodetype=typeconvn) and
(ttypeconvnode(hp).convtype=tc_proc_2_procvar) then
hp:=tunarynode(hp).left;
if hp.nodetype=loadn then
begin
srsym:=tloadnode(hp).symtableentry;