mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* fixed std_param_align
o also updated copyright and architecture name git-svn-id: trunk@29919 -
This commit is contained in:
parent
f9647b661f
commit
30b0f830c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user