summaryrefslogtreecommitdiff
path: root/compiler/ppcgen/ngppcset.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ppcgen/ngppcset.pas')
-rw-r--r--compiler/ppcgen/ngppcset.pas2
1 files changed, 1 insertions, 1 deletions
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;