aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/extractionMachdep.v
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/extractionMachdep.v')
-rw-r--r--aarch64/extractionMachdep.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/extractionMachdep.v b/aarch64/extractionMachdep.v
index ee0e3631..5b81ed4c 100644
--- a/aarch64/extractionMachdep.v
+++ b/aarch64/extractionMachdep.v
@@ -28,7 +28,7 @@ Extract Constant Archi.abi =>
Extract Constant SelectOp.symbol_is_relocatable =>
"match Configuration.system with
- | ""macosx"" -> C2C.atom_is_extern
+ | ""macos"" -> C2C.atom_is_extern
| _ -> (fun _ -> false)".
(* Asm *)