diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-27 11:11:53 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-27 11:11:53 -0700 |
commit | 91920dc8cbbfe3a055489a3f26b70d4119f6061d (patch) | |
tree | b1265dc8b05c1dc3d3a214c71a04de23999fd6a7 /tools/test-js-optimizer-asm-pre-output.js | |
parent | 6fe62c15394b2656393771b110f7b93f4db2c80b (diff) |
do not collapse & inside a FUNCTION_TABLE call, we need the mask
Diffstat (limited to 'tools/test-js-optimizer-asm-pre-output.js')
-rw-r--r-- | tools/test-js-optimizer-asm-pre-output.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-js-optimizer-asm-pre-output.js b/tools/test-js-optimizer-asm-pre-output.js index 2cd8d407..301a2ec8 100644 --- a/tools/test-js-optimizer-asm-pre-output.js +++ b/tools/test-js-optimizer-asm-pre-output.js @@ -19,6 +19,7 @@ function a() { f(g() | 0 & -1); f((g() | 0) >> 2); $56 = _fcntl() | 0 | 1; + FUNCTION_TABLE_ii[55 & 127]() | 0; } function b($this, $__n) { $this = $this | 0; |