mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 20:31:15 +02:00
* 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:
parent
fb1be14337
commit
8977c0fc78
@ -450,7 +450,7 @@ interface
|
||||
FObjSectionList : TFPObjectList;
|
||||
public
|
||||
Size,
|
||||
DataPos : aword;
|
||||
DataPos,
|
||||
MemPos : qword;
|
||||
SecAlign : shortint;
|
||||
Disabled : boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user