mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:49:21 +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
|
begin
|
||||||
inherited create;
|
inherited create;
|
||||||
CObjData:=TRelObjData;
|
CObjData:=TRelObjData;
|
||||||
|
MaxMemPos:=$FFFF;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user