+ aarch64-specific treference fields

git-svn-id: trunk@29848 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:49:13 +00:00
parent 123503a4f7
commit f4ada6cda0

View File

@ -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}