Pārlūkot izejas kodu

* compilation on i386 fixed

git-svn-id: trunk@45480 -
florian 5 gadi atpakaļ
vecāks
revīzija
0bce44e342
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      compiler/x86/aoptx86.pas

+ 2 - 0
compiler/x86/aoptx86.pas

@@ -5831,6 +5831,7 @@ unit aoptx86;
         hp1, hp2, hp3, hp4: tai;
       begin
         Result:=false;
+{$ifdef x86_64}
         { replace
             push %rax
             call   procname
@@ -5874,6 +5875,7 @@ unit aoptx86;
             hp3.free;
             Result:=true;
           end;
+{$endif x86_64}
       end;