From f4ada6cda062c36a598be69406d252f694059c3e Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 23 Feb 2015 22:49:13 +0000 Subject: [PATCH] + aarch64-specific treference fields git-svn-id: trunk@29848 - --- compiler/cgutils.pas | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler/cgutils.pas b/compiler/cgutils.pas index fb2fea8c77..738026ff24 100644 --- a/compiler/cgutils.pas +++ b/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}