| Index: test/mjsunit/asm/int32array-outofbounds.js
|
| diff --git a/test/mjsunit/asm/int32array-outofbounds.js b/test/mjsunit/asm/int32array-outofbounds.js
|
| index ba7043dea39a1bb305646557ad912258e2cd5d13..8fafb0d3716745b67c7a91118a151e5e71f6ac8f 100644
|
| --- a/test/mjsunit/asm/int32array-outofbounds.js
|
| +++ b/test/mjsunit/asm/int32array-outofbounds.js
|
| @@ -8,7 +8,7 @@ function Module(stdlib, foreign, heap) {
|
| function load(i) {
|
| i = i|0;
|
| i = MEM32[i >> 2] | 0;
|
| - return i;
|
| + return i | 0;
|
| }
|
| function store(i, v) {
|
| i = i|0;
|
|
|