Browse Source

* set MaxMemPos to $FFFF in the Z80 internal linker

git-svn-id: trunk@45559 -
nickysn 5 năm trước cách đây
mục cha
commit
6d3bfccbe3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compiler/ogrel.pas

+ 1 - 0
compiler/ogrel.pas

@@ -954,6 +954,7 @@ implementation
       begin
         inherited create;
         CObjData:=TRelObjData;
+        MaxMemPos:=$FFFF;
       end;
 
 {*****************************************************************************