浏览代码

+ aarch64-specific treference fields

git-svn-id: trunk@29848 -
Jonas Maebe 10 年之前
父节点
当前提交
f4ada6cda0
共有 1 个文件被更改,包括 6 次插入0 次删除
  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}