aboutsummaryrefslogtreecommitdiffstats
path: root/x86/extractionMachdep.v
diff options
context:
space:
mode:
Diffstat (limited to 'x86/extractionMachdep.v')
-rw-r--r--x86/extractionMachdep.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/extractionMachdep.v b/x86/extractionMachdep.v
index 20c6a521..614ec589 100644
--- a/x86/extractionMachdep.v
+++ b/x86/extractionMachdep.v
@@ -28,6 +28,6 @@ Extract Constant Archi.win64 =>
Extract Constant SelectOp.symbol_is_external =>
"match Configuration.system with
- | ""macosx"" -> C2C.atom_is_extern
+ | ""macos"" -> C2C.atom_is_extern
| ""cygwin"" when Archi.ptr64 -> C2C.atom_is_extern
| _ -> (fun _ -> false)".