Browse Source

+ set CObjData in the TMZExeOutput constructor

git-svn-id: trunk@30866 -
nickysn 10 years ago
parent
commit
8515160e9d
1 changed files with 1 additions and 0 deletions
  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;
 
 {****************************************************************************