summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/PrintAST.ml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/PrintAST.ml b/common/PrintAST.ml
index 9768447..a3f6bcf 100644
--- a/common/PrintAST.ml
+++ b/common/PrintAST.ml
@@ -23,10 +23,10 @@ let name_of_type = function
| Tsingle -> "single"
let name_of_chunk = function
- | Mint8signed -> "int8signed"
- | Mint8unsigned -> "int8unsigned"
- | Mint16signed -> "int16signed"
- | Mint16unsigned -> "int16unsigned"
+ | Mint8signed -> "int8s"
+ | Mint8unsigned -> "int8u"
+ | Mint16signed -> "int16s"
+ | Mint16unsigned -> "int16u"
| Mint32 -> "int32"
| Mint64 -> "int64"
| Mfloat32 -> "float32"