Explorar el Código

+ GOT-related (Darwin) address modes

git-svn-id: trunk@29847 -
Jonas Maebe hace 10 años
padre
commit
123503a4f7
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      compiler/cgbase.pas

+ 4 - 0
compiler/cgbase.pas

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