Index: src/wasm/wasm-opcodes.h |
diff --git a/src/wasm/wasm-opcodes.h b/src/wasm/wasm-opcodes.h |
index ab055fc8ee8ff68639afb9d8a94b85ba23d808ab..9fb15495ede1bb51013e4c110f4f37b8903f2cb7 100644 |
--- a/src/wasm/wasm-opcodes.h |
+++ b/src/wasm/wasm-opcodes.h |
@@ -175,6 +175,7 @@ struct WasmName { |
V(I64Clz, 0x72, l_l) \ |
V(I64Ctz, 0x73, l_l) \ |
V(I64Popcnt, 0x74, l_l) \ |
+ V(I64Eqz, 0xba, i_l) \ |
V(F32Add, 0x75, f_ff) \ |
V(F32Sub, 0x76, f_ff) \ |
V(F32Mul, 0x77, f_ff) \ |