aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/Asmexpand.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/Asmexpand.ml')
-rw-r--r--ia32/Asmexpand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ia32/Asmexpand.ml b/ia32/Asmexpand.ml
index d11d9d23..dcea9de4 100644
--- a/ia32/Asmexpand.ml
+++ b/ia32/Asmexpand.ml
@@ -33,7 +33,7 @@ let _4 = coqint_of_camlint 4l
let _8 = coqint_of_camlint 8l
let stack_alignment () =
- if Configuration.system = "macoxs" then 16
+ if Configuration.system = "macosx" then 16
else 8
(* SP adjustment to allocate or free a stack frame *)