소스 검색

* 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 년 전
부모
커밋
dd9ea88b79
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

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