Преглед на файлове

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