* properly initialize phdr and phnum

git-svn-id: trunk@40448 -
This commit is contained in:
florian 2018-12-02 08:49:03 +00:00
parent e8a8046d3e
commit 31ae109a31

View File

@ -525,6 +525,8 @@ procedure InitTLS; [public,alias:'FPC_INITTLS'];
while assigned(auxp^) do
inc(auxp);
inc(auxp);
phdr:=nil;
phnum:=0;
{ now we are at the auxillary vector }
while assigned(auxp^) do
begin