Index: src/x87/builtins-x87.cc |
diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc |
index be973c8995de16f1b21739892010ff8878781925..fd1d6bc7a8c3ecebd2ca84888baac10aa33e660b 100644 |
--- a/src/x87/builtins-x87.cc |
+++ b/src/x87/builtins-x87.cc |
@@ -584,9 +584,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. |