aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_mcode-jit.ads
blob: c689a1e1278efc8dafc5167417b47970fed33a1c (plain)
1
2
3
4
5
6
7
8
9
with System; use System;

package Ortho_Mcode.Jit is
   --  Set address of non-defined global variables or functions.
   procedure Set_Address (Decl : O_Dnode; Addr : Address);

   --  Get address of a global.
   function Get_Address (Decl : O_Dnode) return Address;
end Ortho_Mcode.Jit;