summaryrefslogtreecommitdiff
path: root/arm/extractionMachdep.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/extractionMachdep.v')
-rw-r--r--arm/extractionMachdep.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/extractionMachdep.v b/arm/extractionMachdep.v
index 0c9b705..121deb4 100644
--- a/arm/extractionMachdep.v
+++ b/arm/extractionMachdep.v
@@ -19,7 +19,7 @@ Extract Constant Asm.preg_eq => "fun (x: preg) (y: preg) -> x = y".
(* Choice of calling conventions *)
Extract Constant Archi.abi =>
- "begin match Configuration.variant with
+ "begin match Configuration.abi with
| ""eabi"" -> Softfloat
| ""hardfloat"" -> Hardfloat
| _ -> assert false