mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +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;
|
||||
shiftmode : tshiftmode;
|
||||
{$endif arm}
|
||||
{$ifdef aarch64}
|
||||
symboldata : tlinkedlistitem;
|
||||
shiftimm : byte;
|
||||
addressmode : taddressmode;
|
||||
shiftmode : tshiftmode;
|
||||
{$endif aarch64}
|
||||
{$ifdef avr}
|
||||
addressmode : taddressmode;
|
||||
{$endif avr}
|
||||
|
Loading…
Reference in New Issue
Block a user