Pārlūkot izejas kodu

* re-enable jump tables for x86-64, they are fixed, see also
http://www.hu.freepascal.org/lists/fpc-devel/2012-June/029141.html

git-svn-id: trunk@22921 -

florian 13 gadi atpakaļ
vecāks
revīzija
0b30b0fd5a
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. 0 4
      compiler/x86/nx86set.pas

+ 0 - 4
compiler/x86/nx86set.pas

@@ -61,11 +61,7 @@ implementation
 
     function tx86casenode.has_jumptable : boolean;
       begin
-{$ifdef i386}
         has_jumptable:=true;
-{$else}
-        has_jumptable:=false;
-{$endif}
       end;