| Index: src/ic/mips/handler-compiler-mips.cc
|
| diff --git a/src/ic/mips/handler-compiler-mips.cc b/src/ic/mips/handler-compiler-mips.cc
|
| index 03bc4952045e27bb6395b9705ef37acdfd8dbf2b..4995ecd908d74134a3b2ba83e925ab3bd0d96105 100644
|
| --- a/src/ic/mips/handler-compiler-mips.cc
|
| +++ b/src/ic/mips/handler-compiler-mips.cc
|
| @@ -168,6 +168,7 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall(
|
| int accessor_index) {
|
| DCHECK(!accessor_holder.is(scratch_in));
|
| DCHECK(!receiver.is(scratch_in));
|
| + __ push(accessor_holder);
|
| __ push(receiver);
|
| // Write the arguments to stack frame.
|
| if (is_store) {
|
|
|