* 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 -
This commit is contained in:
nickysn 2015-08-25 00:08:02 +00:00
parent fb1be14337
commit 8977c0fc78

View File

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