Explorar o código

+ aarch64-specific treference fields

git-svn-id: trunk@29848 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
f4ada6cda0
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      compiler/cgutils.pas

+ 6 - 0
compiler/cgutils.pas

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