소스 검색

* set the MZ exe section limit to 640k

git-svn-id: trunk@31348 -
nickysn 10 년 전
부모
커밋
0fb92b803b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/ogomf.pas

+ 2 - 0
compiler/ogomf.pas

@@ -1677,6 +1677,8 @@ implementation
         inherited create;
         CExeSection:=TMZExeSection;
         CObjData:=TOmfObjData;
+        { "640K ought to be enough for anybody" :) }
+        MaxMemPos:=$9FFFF;
       end;
 
 {****************************************************************************