Pārlūkot izejas kodu

* disabled jump tables for darwin/x86_64 for now since they don't work
there yet

git-svn-id: trunk@11502 -

Jonas Maebe 17 gadi atpakaļ
vecāks
revīzija
0197192441
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/x86/nx86set.pas

+ 1 - 1
compiler/x86/nx86set.pas

@@ -73,7 +73,7 @@ implementation
 
 
     function tx86casenode.has_jumptable : boolean;
     function tx86casenode.has_jumptable : boolean;
       begin
       begin
-        has_jumptable:=true;
+        has_jumptable:=target_info.system<>system_x86_64_darwin;
       end;
       end;