* set the MZ exe section limit to 640k

git-svn-id: trunk@31348 -
This commit is contained in:
nickysn 2015-08-20 15:01:39 +00:00
parent 07fff73527
commit 0fb92b803b

View File

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