Explorar o código

* set the MZ exe section limit to 640k

git-svn-id: trunk@31348 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
0fb92b803b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
 
 {****************************************************************************