diff options
Diffstat (limited to 'test/i32.2asm.js')
-rw-r--r-- | test/i32.2asm.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/i32.2asm.js b/test/i32.2asm.js index bd6f7e221..0c94f23b7 100644 --- a/test/i32.2asm.js +++ b/test/i32.2asm.js @@ -93,13 +93,13 @@ function asmFunc(global, env, buffer) { function $$13(x, y) { x = x | 0; y = y | 0; - return __wasm_rotl_i32(x, y) | 0; + return __wasm_rotl_i32(x, y) | 0 | 0; } function $$14(x, y) { x = x | 0; y = y | 0; - return __wasm_rotr_i32(x, y) | 0; + return __wasm_rotr_i32(x, y) | 0 | 0; } function $$15(x) { @@ -109,12 +109,12 @@ function asmFunc(global, env, buffer) { function $$16(x) { x = x | 0; - return __wasm_ctz_i32(x) | 0; + return __wasm_ctz_i32(x) | 0 | 0; } function $$17(x) { x = x | 0; - return __wasm_popcnt_i32(x) | 0; + return __wasm_popcnt_i32(x) | 0 | 0; } function $$18(x) { |