Explorar o código

+ set cobjdata in TIntelHexExeOutput.create;

git-svn-id: trunk@45548 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
3685b50e75
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      compiler/ogrel.pas

+ 8 - 0
compiler/ogrel.pas

@@ -111,6 +111,8 @@ interface
       protected
         function writeData:boolean;override;
         procedure DoRelocationFixup(objsec:TObjSection);override;
+      public
+        constructor create;override;
       end;
 
 implementation
@@ -683,6 +685,12 @@ implementation
       begin
       end;
 
+    constructor TIntelHexExeOutput.create;
+      begin
+        inherited create;
+        CObjData:=TRelObjData;
+      end;
+
 {*****************************************************************************
                                   Initialize
 *****************************************************************************}