From ab42d6c97dc22c4ca44e67ae0576cc65b2a6da85 Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 11 Feb 2007 22:26:34 +0000 Subject: * disable jump tables for darwin/ppc64 for now, don't work yet for some reason git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fpc_2_3@6450 3ad0048d-3df7-0310-abae-a5850022a9f2 --- compiler/ppcgen/ngppcset.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ppcgen/ngppcset.pas b/compiler/ppcgen/ngppcset.pas index 689e441a24..cd869faf79 100644 --- a/compiler/ppcgen/ngppcset.pas +++ b/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; -- cgit v1.2.1