| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index b7e75ec75a8ce5bed4f94255cd99de951a2af77e..55020a2aac5b3d673d108dc9e6e452f625353756 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -2928,8 +2928,8 @@ void CallICStub::Generate(MacroAssembler* masm) {
|
|
|
|
|
| void CallICStub::GenerateMiss(MacroAssembler* masm) {
|
| - // Get the receiver of the function from the stack; 1 ~ return address.
|
| - __ lw(t0, MemOperand(sp, (arg_count() + 1) * kPointerSize));
|
| + // Get the receiver of the function from the stack.
|
| + __ lw(t0, MemOperand(sp, arg_count() * kPointerSize));
|
|
|
| {
|
| FrameScope scope(masm, StackFrame::INTERNAL);
|
|
|