소스 검색

* fix compilation with DEBUG_NODE_XML defined

Sven/Sarah Barth 3 년 전
부모
커밋
0c9b622a74
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/procdefutil.pas

+ 1 - 1
compiler/procdefutil.pas

@@ -818,7 +818,7 @@ implementation
 {$ifdef DEBUG_NODE_XML}
           { Methods of generic classes don't get any code generated, so output
             the node tree here }
-          if (df_generic in procdef.defoptions) then
+          if (df_generic in pi.procdef.defoptions) then
             pi.XMLPrintProc(True);
 {$endif DEBUG_NODE_XML}
         end;