소스 검색

* the symbol of the interface wrapper function needs to be considered as referenced as well

git-svn-id: trunk@43545 -
svenbarth 5 년 전
부모
커밋
4b3ce0c023
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/nobj.pas

+ 1 - 0
compiler/nobj.pas

@@ -548,6 +548,7 @@ implementation
                           MessagePos2(implprocdef.fileinfo,type_w_interface_lower_visibility,proc.fullprocname(false),implprocdef.fullprocname(false));
 {$endif}
                         result:=implprocdef;
+                        addsymref(result.procsym,result);
                         exit;
                       end;
                   end;