소스 검색

* disable jump tables for darwin/ppc64 for now, don't work
yet for some reason

git-svn-id: branches/fpc_2_3@6450 -

Jonas Maebe 18 년 전
부모
커밋
c6e07c2455
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/ppcgen/ngppcset.pas

+ 1 - 1
compiler/ppcgen/ngppcset.pas

@@ -65,7 +65,7 @@ implementation
 
     function tgppccasenode.has_jumptable : boolean;
       begin
-        has_jumptable:=true;
+        has_jumptable:=(target_info.system <> system_powerpc64_darwin);
       end;