aboutsummaryrefslogtreecommitdiffstats
path: root/ortho/mcode/ortho_code-x86-flags_windows.ads
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/mcode/ortho_code-x86-flags_windows.ads')
-rw-r--r--ortho/mcode/ortho_code-x86-flags_windows.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/ortho/mcode/ortho_code-x86-flags_windows.ads b/ortho/mcode/ortho_code-x86-flags_windows.ads
index a5ba57957..3296aaf2c 100644
--- a/ortho/mcode/ortho_code-x86-flags_windows.ads
+++ b/ortho/mcode/ortho_code-x86-flags_windows.ads
@@ -25,4 +25,7 @@ package Ortho_Code.X86.Flags_Windows is
-- Prefered stack alignment.
-- Must be a power of 2.
Stack_Boundary : constant Unsigned_32 := 2 ** 3;
+
+ -- Alignment for double (64 bit float).
+ Mode_F64_Align : constant Natural := 3;
end Ortho_Code.X86.Flags_Windows;