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