diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 13:41:37 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-16 13:41:37 -0700 |
commit | b0d268d121d8868be33d8633b09499b34a4db45f (patch) | |
tree | d67eaf4f5e200b5b5f57099c46a1413d43cbd287 /tools/test-js-optimizer-asm-relocate-output.js | |
parent | 6b730836aa53f6b4896f24dd8a4b456669ae4f1a (diff) | |
parent | 475e72dc5539d9c59fc267927441a502c14a178f (diff) |
Merge branch 'incoming'
Diffstat (limited to 'tools/test-js-optimizer-asm-relocate-output.js')
-rw-r--r-- | tools/test-js-optimizer-asm-relocate-output.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/test-js-optimizer-asm-relocate-output.js b/tools/test-js-optimizer-asm-relocate-output.js index 6a197e81..2f8294c5 100644 --- a/tools/test-js-optimizer-asm-relocate-output.js +++ b/tools/test-js-optimizer-asm-relocate-output.js @@ -1,9 +1,9 @@ function leaveMeAlone(c) {} function fixed(a, b) {} function a(x, y) { - fixed(34, 12); - fixed(34 | 0, 12 | 0); - leaveMeAlone(10 + x, 33 + y); - leaveMeAlone(10 + x | 0, 33 + y | 0); + fixed(34, 4); + fixed(34 | 0, 102 | 0); + leaveMeAlone(2 + x, 33 + y); + leaveMeAlone(x | 0, 33 + y | 0); } |