| Index: src/ic/s390/handler-compiler-s390.cc
|
| diff --git a/src/ic/s390/handler-compiler-s390.cc b/src/ic/s390/handler-compiler-s390.cc
|
| index dbab425a2af22c00e6dcee706faff6b2fff4ce4e..781ff495b2ad0d58a212edceeb087c6c1cb7f9ea 100644
|
| --- a/src/ic/s390/handler-compiler-s390.cc
|
| +++ b/src/ic/s390/handler-compiler-s390.cc
|
| @@ -165,6 +165,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) {
|
|
|