Преглед изворни кода

+ GOT-related (Darwin) address modes

git-svn-id: trunk@29847 -
Jonas Maebe пре 10 година
родитељ
комит
123503a4f7
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      compiler/cgbase.pas

+ 4 - 0
compiler/cgbase.pas

@@ -101,6 +101,10 @@ interface
          ,addr_dgroup      // the data segment group
          ,addr_dgroup      // the data segment group
          ,addr_seg         // used for getting the segment of an object, e.g. 'mov ax, SEG symbol'
          ,addr_seg         // used for getting the segment of an object, e.g. 'mov ax, SEG symbol'
          {$ENDIF}
          {$ENDIF}
+         {$IFDEF AARCH64}
+         ,addr_gotpage
+         ,addr_gotpageoffset
+         {$ENDIF AARCH64}
          );
          );