summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-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 7a2e33864..995adde2a 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -848,7 +848,7 @@ enum ASTNodes {
I64x2ShrU = 0xcd,
I64x2Add = 0xce,
I64x2Sub = 0xd1,
- // TODO: i64x2.mul
+ I64x2Mul = 0xd5,
F32x4Abs = 0xe0,
F32x4Neg = 0xe1,