瀏覽代碼

* remove wrong $esle x86_64 causing uninitialized variable

git-svn-id: trunk@8141 -
peter 18 年之前
父節點
當前提交
725f1d7176
共有 1 個文件被更改,包括 1 次插入2 次删除
  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
          if current_module.islibrary then
            found1:=librarysearchpath.FindFile('crtendS.o',false,s1)
            found1:=librarysearchpath.FindFile('crtendS.o',false,s1)
          else
          else
-{$else x86_64}
-           found1:=librarysearchpath.FindFile('crtend.o',false,s1);
 {$endif x86_64}
 {$endif x86_64}
+           found1:=librarysearchpath.FindFile('crtend.o',false,s1);
          found2:=librarysearchpath.FindFile('crtn.o',false,s2);
          found2:=librarysearchpath.FindFile('crtn.o',false,s2);
          if found1 or found2 then
          if found1 or found2 then
           begin
           begin