mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 18:09:12 +02:00
+ aarch64-specific treference fields
git-svn-id: trunk@29848 -
This commit is contained in:
parent
123503a4f7
commit
f4ada6cda0
@ -63,6 +63,12 @@ unit cgutils;
|
|||||||
addressmode : taddressmode;
|
addressmode : taddressmode;
|
||||||
shiftmode : tshiftmode;
|
shiftmode : tshiftmode;
|
||||||
{$endif arm}
|
{$endif arm}
|
||||||
|
{$ifdef aarch64}
|
||||||
|
symboldata : tlinkedlistitem;
|
||||||
|
shiftimm : byte;
|
||||||
|
addressmode : taddressmode;
|
||||||
|
shiftmode : tshiftmode;
|
||||||
|
{$endif aarch64}
|
||||||
{$ifdef avr}
|
{$ifdef avr}
|
||||||
addressmode : taddressmode;
|
addressmode : taddressmode;
|
||||||
{$endif avr}
|
{$endif avr}
|
||||||
|
Loading…
Reference in New Issue
Block a user