Sfoglia il codice sorgente

* also changed the type of the 'DataPos' parameter of TObjData.layoutsections to TObjSectionOfs

git-svn-id: trunk@39085 -
nickysn 7 anni fa
parent
commit
f9748e928b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      compiler/ogbase.pas

+ 2 - 2
compiler/ogbase.pas

@@ -395,7 +395,7 @@ interface
        procedure afteralloc;virtual;
        procedure afterwrite;virtual;
        procedure resetsections;
-       procedure layoutsections(var datapos:PUInt);
+       procedure layoutsections(var datapos:TObjSectionOfs);
        property Name:TString80 read FName;
        property CurrObjSec:TObjSection read FCurrObjSec;
        property ObjSymbolList:TObjSymbolList read FObjSymbolList;
@@ -1520,7 +1520,7 @@ implementation
       end;
 
 
-    procedure TObjData.layoutsections(var DataPos:PUInt);
+    procedure TObjData.layoutsections(var DataPos:TObjSectionOfs);
       var
         i: longint;
       begin