Procházet zdrojové kódy

* 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 před 10 roky
rodič
revize
8977c0fc78
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;