summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm-binary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index beee4cead..284f81aab 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -373,7 +373,7 @@ enum EncodedHeapType {
extern_ = -0x11, // 0x6f
any = -0x12, // 0x6e
eq = -0x13, // 0x6d
- i31 = -0x17, // 0x69, != i31ref
+ i31 = -0x16, // 0x6a
exn = -0x18, // 0x68
};