From c66daeb69fd39f2e2c3166c7390a3c47a60ead4a Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sat, 8 Jul 2017 21:40:50 +0000 Subject: [PATCH] * forgot to correctly enable bootstrapping from direct to indirect entry for x86_64-linux git-svn-id: trunk@36695 - --- rtl/linux/system.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtl/linux/system.pp b/rtl/linux/system.pp index d23e553433..332a7fb54b 100644 --- a/rtl/linux/system.pp +++ b/rtl/linux/system.pp @@ -33,13 +33,13 @@ Unit System; {$I sysunixh.inc} -{$if defined(VER3_0) and defined(CPUXXX)} +{$if defined(VER3_0) and defined(CPUX86_64)} {$define FPC_BOOTSTRAP_INDIRECT_ENTRY} const { this constant only exists during bootstrapping of the RTL with FPC 3.0.x, so that the whole condition doesn't need to be repeated in si_intf } indirect_bootstrap = true; -{$endif defined(VER3_0) and defined(CPUXXX)} +{$endif defined(VER3_0) and defined(CPUX86_64)} function get_cmdline:Pchar; deprecated 'use paramstr' ;