| Index: test/mjsunit/regress/call-function-in-effect-context-deopt.js
|
| diff --git a/test/mjsunit/regress/call-function-in-effect-context-deopt.js b/test/mjsunit/regress/call-function-in-effect-context-deopt.js
|
| index 704af744d266bfb737b98354540fac6862102460..72d393851159c950a0c37e338d1004ddee64583e 100644
|
| --- a/test/mjsunit/regress/call-function-in-effect-context-deopt.js
|
| +++ b/test/mjsunit/regress/call-function-in-effect-context-deopt.js
|
| @@ -29,7 +29,7 @@
|
|
|
| function f(deopt, osr) {
|
| var result = "result";
|
| - %_CallFunction(0, 0, function() {});
|
| + %_Call(function() {}, 0, 0);
|
| var dummy = deopt + 0;
|
| for (var i = 0; osr && i < 2; i++) %OptimizeOsr();
|
| return result;
|
|
|