diff options
Diffstat (limited to 'test/wasm2js/func_ptrs.2asm.js')
-rw-r--r-- | test/wasm2js/func_ptrs.2asm.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2js/func_ptrs.2asm.js b/test/wasm2js/func_ptrs.2asm.js index 53bdf6c88..b1936241d 100644 --- a/test/wasm2js/func_ptrs.2asm.js +++ b/test/wasm2js/func_ptrs.2asm.js @@ -29,12 +29,12 @@ function asmFunc(global, env, buffer) { function $4($0) { $0 = $0 | 0; - return $0 + 1 | 0 | 0; + return $0 + 1 | 0; } function $5(a) { a = a | 0; - return a - 2 | 0 | 0; + return a - 2 | 0; } function $6($0) { |