Explorar o código

* 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 %!s(int64=10) %!d(string=hai) anos
pai
achega
8977c0fc78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;