mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 04:50:17 +02:00
* remove wrong $esle x86_64 causing uninitialized variable
git-svn-id: trunk@8141 -
This commit is contained in:
parent
1db1bc598c
commit
725f1d7176
@ -524,9 +524,8 @@ begin
|
||||
if current_module.islibrary then
|
||||
found1:=librarysearchpath.FindFile('crtendS.o',false,s1)
|
||||
else
|
||||
{$else x86_64}
|
||||
found1:=librarysearchpath.FindFile('crtend.o',false,s1);
|
||||
{$endif x86_64}
|
||||
found1:=librarysearchpath.FindFile('crtend.o',false,s1);
|
||||
found2:=librarysearchpath.FindFile('crtn.o',false,s2);
|
||||
if found1 or found2 then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user