mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +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
|
||||
SecOptions:=SecOptions+[oso_debug];
|
||||
end;
|
||||
'':
|
||||
{nothing to do};
|
||||
else
|
||||
internalerror(2018061401);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user