Pārlūkot izejas kodu

* 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 gadi atpakaļ
vecāks
revīzija
c7f720aa09
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  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;