Quellcode durchsuchen

* TExeSection.Size and .DataPos changed from aword to qword, because:
1) aword follows the ALU size of the CPU, not the address type
2) MemPos is qword and is already checked against MaxMemPos

git-svn-id: trunk@31413 -

nickysn vor 10 Jahren
Ursprung
Commit
8977c0fc78
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

@@ -450,7 +450,7 @@ interface
         FObjSectionList : TFPObjectList;
       public
         Size,
-        DataPos    : aword;
+        DataPos,
         MemPos     : qword;
         SecAlign   : shortint;
         Disabled   : boolean;