Quellcode durchsuchen

* set the MZ exe section limit to 640k

git-svn-id: trunk@31348 -
nickysn vor 10 Jahren
Ursprung
Commit
0fb92b803b
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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;
 
 {****************************************************************************