소스 검색

* 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;
 
 {*****************************************************************************