浏览代码

* set MaxMemPos to $FFFF in the Z80 internal linker

git-svn-id: trunk@45559 -
nickysn 5 年之前
父节点
当前提交
6d3bfccbe3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/ogrel.pas

+ 1 - 0
compiler/ogrel.pas

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