mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 05:25:58 +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 }
|
{ don't edit, this file is generated from armins.dat }
|
||||||
(
|
(
|
||||||
|
'nop',
|
||||||
'b',
|
'b',
|
||||||
'cb',
|
'cb',
|
||||||
'tb',
|
'tb',
|
||||||
|
@ -129,5 +129,6 @@ attsufNONE,
|
|||||||
attsufNONE,
|
attsufNONE,
|
||||||
attsufNONE,
|
attsufNONE,
|
||||||
attsufNONE,
|
attsufNONE,
|
||||||
|
attsufNONE,
|
||||||
attsufNONE
|
attsufNONE
|
||||||
);
|
);
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
[NOP]
|
||||||
|
|
||||||
[B]
|
[B]
|
||||||
|
|
||||||
[CB]
|
[CB]
|
||||||
|
@ -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,
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user