Browse Source

Merged revisions 8141 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r8141 | peter | 2007-07-22 22:57:05 +0200 (zo, 22 jul 2007) | 2 lines

* remove wrong $esle x86_64 causing uninitialized variable

........

git-svn-id: branches/fixes_2_2@8319 -

joost 18 years ago
parent
commit
49473ac596
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/systems/t_linux.pas

+ 1 - 2
compiler/systems/t_linux.pas

@@ -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