* aarch64 compilation fixes

git-svn-id: trunk@28931 -
This commit is contained in:
florian 2014-10-26 08:35:13 +00:00
parent 87dfdaacf5
commit 76c179fae8
5 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ don't edit, this file is generated from armins.dat } { don't edit, this file is generated from armins.dat }
( (
'nop',
'b', 'b',
'cb', 'cb',
'tb', 'tb',

View File

@ -129,5 +129,6 @@ attsufNONE,
attsufNONE, attsufNONE,
attsufNONE, attsufNONE,
attsufNONE, attsufNONE,
attsufNONE,
attsufNONE attsufNONE
); );

View File

@ -1,3 +1,5 @@
[NOP]
[B] [B]
[CB] [CB]

View File

@ -1,5 +1,6 @@
{ don't edit, this file is generated from armins.dat } { don't edit, this file is generated from armins.dat }
( (
A_NOP,
A_B, A_B,
A_CB, A_CB,
A_TB, A_TB,

View File

@ -124,7 +124,7 @@ unit cpupara;
orddef: orddef:
getparaloc:=LOC_REGISTER; getparaloc:=LOC_REGISTER;
floatdef: floatdef:
getparaloc:=LOC_MMREGISTER getparaloc:=LOC_MMREGISTER;
enumdef: enumdef:
getparaloc:=LOC_REGISTER; getparaloc:=LOC_REGISTER;
pointerdef: pointerdef: