aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Mach.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Mach.v')
-rw-r--r--backend/Mach.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Mach.v b/backend/Mach.v
index 5c9cff55..669d35e7 100644
--- a/backend/Mach.v
+++ b/backend/Mach.v
@@ -97,7 +97,7 @@ Definition genv := Genv.t fundef unit.
(** The operational semantics is in module [Machsem]. *)
Definition chunk_of_type (ty: typ) :=
- match ty with Tint => Mint32 | Tfloat => Mfloat64 end.
+ match ty with Tint => Mint32 | Tfloat => Mfloat64al32 end.
Module RegEq.
Definition t := mreg.