summaryrefslogtreecommitdiff
path: root/common/PrintAST.ml
diff options
context:
space:
mode:
Diffstat (limited to 'common/PrintAST.ml')
-rw-r--r--common/PrintAST.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/PrintAST.ml b/common/PrintAST.ml
index baa5578..971bf77 100644
--- a/common/PrintAST.ml
+++ b/common/PrintAST.ml
@@ -26,6 +26,7 @@ let name_of_chunk = function
| Mint32 -> "int32"
| Mfloat32 -> "float32"
| Mfloat64 -> "float64"
+ | Mfloat64al32 -> "float64al32"
let name_of_external = function
| EF_external(name, sg) -> extern_atom name