소스 검색

* remove wrong check for empty section name. An empty section name is
still required to get the start and end debuginfo always included

git-svn-id: trunk@1145 -

peter 20 년 전
부모
커밋
c7f720aa09
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      compiler/aasmtai.pas

+ 0 - 3
compiler/aasmtai.pas

@@ -862,9 +862,6 @@ implementation
         typ:=ait_section;
         sectype:=asectype;
         secalign:=Aalign;
-        if (Aname='') and
-           use_smartlink_section then
-          internalerror(200509131);
         name:=stringdup(Aname);
         sec:=nil;
       end;