Browse Source

+ aarch64-specific treference fields

git-svn-id: trunk@29848 -
Jonas Maebe 10 years ago
parent
commit
f4ada6cda0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      compiler/cgutils.pas

+ 6 - 0
compiler/cgutils.pas

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