diff options
Diffstat (limited to 'compiler/nld.pas')
-rw-r--r-- | compiler/nld.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nld.pas b/compiler/nld.pas index e34a7f7978..003bf381db 100644 --- a/compiler/nld.pas +++ b/compiler/nld.pas @@ -263,12 +263,12 @@ implementation function tloadnode.dogetcopy : tnode; var n : tloadnode; - begin n:=tloadnode(inherited dogetcopy); n.symtable:=symtable; n.symtableentry:=symtableentry; n.fprocdef:=fprocdef; + n.loadnodeflags:=loadnodeflags; result:=n; end; |