diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h index ed07bf371..2fcc3cddc 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -681,7 +681,7 @@ public: // Operators enum UnaryOp { - Clz, Ctz, Popcnt, // int + Clz, Ctz, Popcnt, EqZ, // int Neg, Abs, Ceil, Floor, Trunc, Nearest, Sqrt, // float // conversions ExtendSInt32, ExtendUInt32, WrapInt64, TruncSFloat32, TruncUFloat32, TruncSFloat64, TruncUFloat64, ReinterpretFloat, // int |