Index: src/arm/code-stubs-arm.cc |
diff --git a/src/arm/code-stubs-arm.cc b/src/arm/code-stubs-arm.cc |
index c9c8ac7d30d031d250dcd366d5e6c38caec2dc83..bba29f69b703d1fc050f91c58459278c80108a03 100644 |
--- a/src/arm/code-stubs-arm.cc |
+++ b/src/arm/code-stubs-arm.cc |
@@ -2789,8 +2789,8 @@ void CallICStub::Generate(MacroAssembler* masm) { |
void CallICStub::GenerateMiss(MacroAssembler* masm) { |
- // Get the receiver of the function from the stack; 1 ~ return address. |
- __ ldr(r4, MemOperand(sp, (arg_count() + 1) * kPointerSize)); |
+ // Get the receiver of the function from the stack. |
+ __ ldr(r4, MemOperand(sp, arg_count() * kPointerSize)); |
{ |
FrameAndConstantPoolScope scope(masm, StackFrame::INTERNAL); |