mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
* set MaxMemPos to $FFFF in the Z80 internal linker
git-svn-id: trunk@45559 -
This commit is contained in:
parent
d0beacc35f
commit
6d3bfccbe3
@ -954,6 +954,7 @@ implementation
|
||||
begin
|
||||
inherited create;
|
||||
CObjData:=TRelObjData;
|
||||
MaxMemPos:=$FFFF;
|
||||
end;
|
||||
|
||||
{*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user