Browse Source

--- Merging r32102 into '.':
U compiler/systems.pas
--- Recording mergeinfo for merge of r32102 into '.':
U .

git-svn-id: branches/fixes_3_0_ios@32130 -

Jonas Maebe 10 years ago
parent
commit
5f47c29e28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -338,7 +338,7 @@ interface
 
 
        { all systems where a value parameter passed by reference must be copied
        { all systems where a value parameter passed by reference must be copied
          on the caller side rather than on the callee side }
          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,
        { pointer checking (requires special code in FPC_CHECKPOINTER,
          and can never work for libc-based targets or any other program
          and can never work for libc-based targets or any other program