mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
* fixed typed constants, initialized with Ofs(proc) in modes TP and DELPHI as well
git-svn-id: trunk@38134 -
This commit is contained in:
parent
e23a13a482
commit
2019e622e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user