From bc8d878ee4c5c72adde8e3c0775c76308dbc74c9 Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Fri, 2 Mar 2018 08:13:21 +0000 Subject: [PATCH] after_patch_arm64_systems.pas release) Source: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/compiler/systems.pas?r1=32102&r2=32101&view=patch Bug-Debian: https://bugs.debian.org/807479 Gbp-Pq: Name after_patch_arm64_systems.pas.patch --- fpcsrc/compiler/systems.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpcsrc/compiler/systems.pas b/fpcsrc/compiler/systems.pas index f7efda85..2c5d7d99 100644 --- a/fpcsrc/compiler/systems.pas +++ b/fpcsrc/compiler/systems.pas @@ -338,7 +338,7 @@ interface { all systems where a value parameter passed by reference must be copied on the caller side rather than on the callee side } - systems_caller_copy_addr_value_para = [system_aarch64_darwin]; + systems_caller_copy_addr_value_para = [system_aarch64_darwin,system_aarch64_linux]; { pointer checking (requires special code in FPC_CHECKPOINTER, and can never work for libc-based targets or any other program -- 2.30.2