From 9bd7401ce9ac4d02501c0638c85ae1623392cb64 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 28 Dec 2019 18:18:41 +0000 Subject: [PATCH] * comment fixed git-svn-id: trunk@43805 - --- compiler/htypechk.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/htypechk.pas b/compiler/htypechk.pas index bbeb9d6548..e3b66a6f75 100644 --- a/compiler/htypechk.pas +++ b/compiler/htypechk.pas @@ -1297,7 +1297,7 @@ implementation break; loadn : begin - { the class pointer is read } + { the methodpointer/framepointer is read } if assigned(tunarynode(p).left) then set_varstate(tunarynode(p).left,vs_read,[vsf_must_be_valid]); if (tloadnode(p).symtableentry.typ in [localvarsym,paravarsym,staticvarsym]) then