瀏覽代碼

+ allow MemPos_EndExeSection to be called with an empty section name

git-svn-id: trunk@39225 -
nickysn 7 年之前
父節點
當前提交
c41f736958
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;