Browse Source

* 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 years ago
parent
commit
c7f720aa09
1 changed files with 0 additions and 3 deletions
  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;