From 9c195bf5d86d67ea5eb419ccf6e48dc153e57c68 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 4 Nov 2014 20:14:19 +0100 Subject: Move sources to src/ subdirectory. --- ortho/mcode/ortho_mcode-jit.ads | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ortho/mcode/ortho_mcode-jit.ads (limited to 'ortho/mcode/ortho_mcode-jit.ads') diff --git a/ortho/mcode/ortho_mcode-jit.ads b/ortho/mcode/ortho_mcode-jit.ads deleted file mode 100644 index c689a1e..0000000 --- a/ortho/mcode/ortho_mcode-jit.ads +++ /dev/null @@ -1,9 +0,0 @@ -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; -- cgit