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

* commit 15780 reverted

git-svn-id: trunk@15784 -
pierre преди 15 години
родител
ревизия
8e8a573707
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      compiler/aasmtai.pas

+ 3 - 1
compiler/aasmtai.pas

@@ -388,7 +388,9 @@ interface
           destructor Destroy;override;
           constructor ppuload(t:taitype;ppufile:tcompilerppufile);override;
           procedure ppuwrite(ppufile:tcompilerppufile);override;
-          { sections should be created via new_section() }
+         private
+          { this constructor is made private on purpose }
+          { because sections should be created via new_section() }
           constructor Create(Asectype:TAsmSectiontype;Aname:string;Aalign:byte;Asecorder:TasmSectionorder=secorder_default);
        end;