소스 검색

+ set CObjData in the TMZExeOutput constructor

git-svn-id: trunk@30866 -
nickysn 10 년 전
부모
커밋
8515160e9d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/ogomf.pas

+ 1 - 0
compiler/ogomf.pas

@@ -912,6 +912,7 @@ implementation
     constructor TMZExeOutput.create;
       begin
         inherited create;
+        CObjData:=TOmfObjData;
       end;
 
 {****************************************************************************