From 8977c0fc782d3b5cf40452ea74a340eee4fd9a1d Mon Sep 17 00:00:00 2001 From: nickysn Date: Tue, 25 Aug 2015 00:08:02 +0000 Subject: [PATCH] * 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 - --- compiler/ogbase.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ogbase.pas b/compiler/ogbase.pas index 99cc3097fd..503a74ab0b 100644 --- a/compiler/ogbase.pas +++ b/compiler/ogbase.pas @@ -450,7 +450,7 @@ interface FObjSectionList : TFPObjectList; public Size, - DataPos : aword; + DataPos, MemPos : qword; SecAlign : shortint; Disabled : boolean;