Parcourir la source

+ set CObjData in the TMZExeOutput constructor

git-svn-id: trunk@30866 -
nickysn il y a 10 ans
Parent
commit
8515160e9d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
 
 {****************************************************************************