Explorar el Código

+ allow MemPos_EndExeSection to be called with an empty section name

git-svn-id: trunk@39225 -
nickysn hace 7 años
padre
commit
c41f736958
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      compiler/ogomf.pas

+ 2 - 0
compiler/ogomf.pas

@@ -3015,6 +3015,8 @@ cleanup:
               with TMZExeSection(FindExeSection(SecName)) do
                 SecOptions:=SecOptions+[oso_debug];
             end;
+          '':
+            {nothing to do};
           else
             internalerror(2018061401);
         end;