| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index 03d6cc80d6960e0b09d3719a6e5562da378bd5be..f9414407274bbd907a61d6709cadf4efc5e3b536 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -1305,7 +1305,7 @@ void Builtins::Generate_FunctionApply(MacroAssembler* masm) {
|
| // Out of stack space.
|
| __ lw(a1, MemOperand(fp, kFunctionOffset));
|
| __ Push(a1, v0);
|
| - __ InvokeBuiltin(Builtins::APPLY_OVERFLOW, CALL_FUNCTION);
|
| + __ InvokeBuiltin(Builtins::STACK_OVERFLOW, CALL_FUNCTION);
|
| // End of stack check.
|
|
|
| // Push current limit and index.
|
|
|