aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Interp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Interp.ml')
-rw-r--r--driver/Interp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Interp.ml b/driver/Interp.ml
index abd28acb..4061515e 100644
--- a/driver/Interp.ml
+++ b/driver/Interp.ml
@@ -353,7 +353,7 @@ and world_vload chunk id ofs =
| Mint32 -> EVint(coqint_of_camlint(Random.int32 0x7FFF_FFFFl))
| Mfloat32 -> EVfloat(
Floats.Float.singleoffloat(coqfloat_of_camlfloat(Random.float 1.0)))
- | Mfloat64 -> EVfloat(coqfloat_of_camlfloat(Random.float 1.0))
+ | Mfloat64 | Mfloat64al32 -> EVfloat(coqfloat_of_camlfloat(Random.float 1.0))
in Some(res, world)
and world_vstore chunk id ofs v =