mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 02:09:29 +01:00
* implementation of fix from r22376 without using introspection
git-svn-id: trunk@22446 -
This commit is contained in:
parent
1a97e61619
commit
944c1172ee
@ -1739,7 +1739,7 @@ implementation
|
||||
case n.nodetype of
|
||||
loadn:
|
||||
begin
|
||||
if tloadnode(n).symtableentry.inheritsfrom(tabstractvarsym) and
|
||||
if (tloadnode(n).symtableentry.typ in [localvarsym,paravarsym,staticvarsym]) and
|
||||
(tabstractvarsym(tloadnode(n).symtableentry).varoptions * [vo_is_dll_var, vo_is_thread_var] = []) and
|
||||
not assigned(tloadnode(n).left) and
|
||||
((tloadnode(n).symtableentry <> rr^.ressym) or
|
||||
|
||||
Loading…
Reference in New Issue
Block a user