diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm.h b/src/wasm.h index d2965b405..d41ad863a 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -225,8 +225,8 @@ enum BinaryOp { OrInt32, XorInt32, ShlInt32, - ShrUInt32, ShrSInt32, + ShrUInt32, RotLInt32, RotRInt32, @@ -258,8 +258,8 @@ enum BinaryOp { OrInt64, XorInt64, ShlInt64, - ShrUInt64, ShrSInt64, + ShrUInt64, RotLInt64, RotRInt64, |