| Index: src/ic/mips64/handler-compiler-mips64.cc
|
| diff --git a/src/ic/mips64/handler-compiler-mips64.cc b/src/ic/mips64/handler-compiler-mips64.cc
|
| index bebcd605f627bdbacd39314729880dc1649e979d..bc83abcd77c0fb7eab0d5850673896395a1637fa 100644
|
| --- a/src/ic/mips64/handler-compiler-mips64.cc
|
| +++ b/src/ic/mips64/handler-compiler-mips64.cc
|
| @@ -167,6 +167,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) {
|
|
|