소스 검색

* Reverted r34524 - workaround for compiling with -gc. It is not needed anymore since cycle completes with -gc.

git-svn-id: trunk@35537 -
yury 8 년 전
부모
커밋
60e21e4222
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      compiler/rgobj.pas

+ 0 - 5
compiler/rgobj.pas

@@ -721,12 +721,7 @@ unit rgobj;
           if movelist=nil then
             begin
               { don't use sizeof(tmovelistheader), because that ignores alignment }
-              {$push}
-              { avoid RTE 204 if checkpointer is enabled with -gc }
-              {$checkpointer off}
-              {$note This is a problem in checkpointer support, as the address is taken here, no check should be done}
               getmem(movelist,ptruint(@movelist^.data)-ptruint(movelist)+60*sizeof(pointer));
-              {$pop}
               movelist^.header.maxcount:=60;
               movelist^.header.count:=0;
               movelist^.header.sorted_until:=0;