mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 03:19:27 +02:00
* aarch64 compilation fixes
git-svn-id: trunk@28931 -
This commit is contained in:
parent
87dfdaacf5
commit
76c179fae8
@ -1,5 +1,6 @@
|
||||
{ don't edit, this file is generated from armins.dat }
|
||||
(
|
||||
'nop',
|
||||
'b',
|
||||
'cb',
|
||||
'tb',
|
||||
|
@ -129,5 +129,6 @@ attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE,
|
||||
attsufNONE
|
||||
);
|
||||
|
@ -1,3 +1,5 @@
|
||||
[NOP]
|
||||
|
||||
[B]
|
||||
|
||||
[CB]
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ don't edit, this file is generated from armins.dat }
|
||||
(
|
||||
A_NOP,
|
||||
A_B,
|
||||
A_CB,
|
||||
A_TB,
|
||||
|
@ -124,7 +124,7 @@ unit cpupara;
|
||||
orddef:
|
||||
getparaloc:=LOC_REGISTER;
|
||||
floatdef:
|
||||
getparaloc:=LOC_MMREGISTER
|
||||
getparaloc:=LOC_MMREGISTER;
|
||||
enumdef:
|
||||
getparaloc:=LOC_REGISTER;
|
||||
pointerdef:
|
||||
|
Loading…
Reference in New Issue
Block a user