mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:09:10 +02:00
+ allow MemPos_EndExeSection to be called with an empty section name
git-svn-id: trunk@39225 -
This commit is contained in:
parent
97365abbcf
commit
c41f736958
@ -3015,6 +3015,8 @@ cleanup:
|
|||||||
with TMZExeSection(FindExeSection(SecName)) do
|
with TMZExeSection(FindExeSection(SecName)) do
|
||||||
SecOptions:=SecOptions+[oso_debug];
|
SecOptions:=SecOptions+[oso_debug];
|
||||||
end;
|
end;
|
||||||
|
'':
|
||||||
|
{nothing to do};
|
||||||
else
|
else
|
||||||
internalerror(2018061401);
|
internalerror(2018061401);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user