diff options
Diffstat (limited to 'tools/test-js-optimizer-asm-relocate-output.js')
-rw-r--r-- | tools/test-js-optimizer-asm-relocate-output.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-js-optimizer-asm-relocate-output.js b/tools/test-js-optimizer-asm-relocate-output.js index 2f999c6e..2f8294c5 100644 --- a/tools/test-js-optimizer-asm-relocate-output.js +++ b/tools/test-js-optimizer-asm-relocate-output.js @@ -4,6 +4,6 @@ function a(x, y) { fixed(34, 4); fixed(34 | 0, 102 | 0); leaveMeAlone(2 + x, 33 + y); - leaveMeAlone(20 + x | 0, 33 + y | 0); + leaveMeAlone(x | 0, 33 + y | 0); } |