summaryrefslogtreecommitdiff
path: root/ortho/mcode/ortho_code-abi.ads
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/mcode/ortho_code-abi.ads')
-rw-r--r--ortho/mcode/ortho_code-abi.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/ortho/mcode/ortho_code-abi.ads b/ortho/mcode/ortho_code-abi.ads
new file mode 100644
index 0000000..e75b085
--- /dev/null
+++ b/ortho/mcode/ortho_code-abi.ads
@@ -0,0 +1,3 @@
+with Ortho_Code.X86.Abi;
+
+package Ortho_Code.Abi renames Ortho_Code.X86.Abi;