mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 16:48:12 +02:00
* set the MZ exe section limit to 640k
git-svn-id: trunk@31348 -
This commit is contained in:
parent
07fff73527
commit
0fb92b803b
@ -1677,6 +1677,8 @@ implementation
|
||||
inherited create;
|
||||
CExeSection:=TMZExeSection;
|
||||
CObjData:=TOmfObjData;
|
||||
{ "640K ought to be enough for anybody" :) }
|
||||
MaxMemPos:=$9FFFF;
|
||||
end;
|
||||
|
||||
{****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user