summaryrefslogtreecommitdiff
path: root/ortho/mcode/ortho_mcode-jit.ads
diff options
context:
space:
mode:
authorTristan Gingold2014-11-04 20:14:19 +0100
committerTristan Gingold2014-11-04 20:14:19 +0100
commit9c195bf5d86d67ea5eb419ccf6e48dc153e57c68 (patch)
tree575346e529b99e26382b4a06f6ff2caa0b391ab2 /ortho/mcode/ortho_mcode-jit.ads
parent184a123f91e07c927292d67462561dc84f3a920d (diff)
downloadghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.tar.gz
ghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.tar.bz2
ghdl-9c195bf5d86d67ea5eb419ccf6e48dc153e57c68.zip
Move sources to src/ subdirectory.
Diffstat (limited to 'ortho/mcode/ortho_mcode-jit.ads')
-rw-r--r--ortho/mcode/ortho_mcode-jit.ads9
1 files changed, 0 insertions, 9 deletions
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;