From 30b0f830c3374763b8aab292d220193683f468ab Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 23 Feb 2015 22:52:55 +0000 Subject: [PATCH] * fixed std_param_align o also updated copyright and architecture name git-svn-id: trunk@29919 - --- compiler/aarch64/cpubase.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/aarch64/cpubase.pas b/compiler/aarch64/cpubase.pas index 71a5348458..c0172ce9c4 100644 --- a/compiler/aarch64/cpubase.pas +++ b/compiler/aarch64/cpubase.pas @@ -1,7 +1,8 @@ { Copyright (c) 1998-2012 by Florian Klaempfl and Peter Vreman + Copyright (c) 2014 by Jonas Maebe and Florian Klaempfl - Contains the base types for ARM64 + Contains the base types for Aarch64 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -100,7 +101,7 @@ unit cpubase; The value of this constant is equal to the constant PARM_BOUNDARY / BITS_PER_UNIT in the GCC source. } - std_param_align = 4; + std_param_align = 8; { TODO: Calculate bsstart} regnumber_count_bsstart = 128;