aboutsummaryrefslogtreecommitdiffstats
path: root/ia32
diff options
context:
space:
mode:
authorMichael Schmidt <github@mschmidt.me>2015-10-14 15:08:51 +0200
committerMichael Schmidt <github@mschmidt.me>2015-10-14 15:08:51 +0200
commitfd83d08d27057754202c575ed8a42d01b1af54c5 (patch)
tree0e76a632bf7028195ccede5790b8daa90f94976b /ia32
parent60ab550a952c3d9719b2a91ec90c9b58769f6717 (diff)
downloadcompcert-fd83d08d27057754202c575ed8a42d01b1af54c5.tar.gz
compcert-fd83d08d27057754202c575ed8a42d01b1af54c5.zip
bug 17392: fix typo in OS name
Diffstat (limited to 'ia32')
-rw-r--r--ia32/Asmexpand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ia32/Asmexpand.ml b/ia32/Asmexpand.ml
index 871599d1..bc974cc9 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 *)