+ allow MemPos_EndExeSection to be called with an empty section name

git-svn-id: trunk@39225 -
This commit is contained in:
nickysn 2018-06-14 16:17:00 +00:00
parent 97365abbcf
commit c41f736958

View File

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