mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:40:24 +02:00
* comment fixed
git-svn-id: trunk@43805 -
This commit is contained in:
parent
00859420ab
commit
9bd7401ce9
@ -1297,7 +1297,7 @@ implementation
|
|||||||
break;
|
break;
|
||||||
loadn :
|
loadn :
|
||||||
begin
|
begin
|
||||||
{ the class pointer is read }
|
{ the methodpointer/framepointer is read }
|
||||||
if assigned(tunarynode(p).left) then
|
if assigned(tunarynode(p).left) then
|
||||||
set_varstate(tunarynode(p).left,vs_read,[vsf_must_be_valid]);
|
set_varstate(tunarynode(p).left,vs_read,[vsf_must_be_valid]);
|
||||||
if (tloadnode(p).symtableentry.typ in [localvarsym,paravarsym,staticvarsym]) then
|
if (tloadnode(p).symtableentry.typ in [localvarsym,paravarsym,staticvarsym]) then
|
||||||
|
Loading…
Reference in New Issue
Block a user