| Index: src/ia32/builtins-ia32.cc
|
| diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc
|
| index 433c98085c34ca6a717f4e7cc9546110caf126a5..e2055629dfffd31a429f51adb4b41e50ac052d27 100644
|
| --- a/src/ia32/builtins-ia32.cc
|
| +++ b/src/ia32/builtins-ia32.cc
|
| @@ -534,9 +534,7 @@ static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm,
|
| CallConstructStub stub(masm->isolate(), NO_CALL_CONSTRUCTOR_FLAGS);
|
| __ CallStub(&stub);
|
| } else {
|
| - ParameterCount actual(eax);
|
| - __ InvokeFunction(edi, actual, CALL_FUNCTION,
|
| - NullCallWrapper());
|
| + __ Call(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET);
|
| }
|
|
|
| // Exit the internal frame. Notice that this also removes the empty.
|
|
|