* fixed std_param_align

o also updated copyright and architecture name

git-svn-id: trunk@29919 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:52:55 +00:00
parent f9647b661f
commit 30b0f830c3

View File

@ -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;