Browse Source

* TObjSection.MemPos reverted back to qword after r33692, since it breaks the
i8086-msdos internal linker for .exe files larger than 64kb (thanks pierre for
investigating this issue)

git-svn-id: trunk@33740 -

nickysn 9 years ago
parent
commit
dd9ea88b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

@@ -261,7 +261,7 @@ interface
        { section Data }
        { section Data }
        Size,
        Size,
        DataPos    : PUInt;
        DataPos    : PUInt;
-       MemPos     : PUInt;
+       MemPos     : qword;
        Group      : TObjSectionGroup;
        Group      : TObjSectionGroup;
        DataAlignBytes : shortint;
        DataAlignBytes : shortint;
        { Relocations (=references) to other sections }
        { Relocations (=references) to other sections }