Index: src/wasm/wasm-macro-gen.h |
diff --git a/src/wasm/wasm-macro-gen.h b/src/wasm/wasm-macro-gen.h |
index dd653c174016c9d7c2346b2abba1db8209856a82..eb281481fd8d0dd05cb0f94ee5495f858ef7168c 100644 |
--- a/src/wasm/wasm-macro-gen.h |
+++ b/src/wasm/wasm-macro-gen.h |
@@ -112,7 +112,7 @@ |
#define WASM_CALL_IMPORT0(index) kExprCallImport, static_cast<byte>(index) |
#define WASM_CALL_INDIRECT0(index, func) \ |
kExprCallIndirect, static_cast<byte>(index), func |
-#define WASM_NOT(x) kExprBoolNot, x |
+#define WASM_NOT(x) kExprI32Eqz, x |
//------------------------------------------------------------------------------ |
// Constructs that are composed of multiple bytecodes. |