| Index: src/ic/arm64/handler-compiler-arm64.cc
|
| diff --git a/src/ic/arm64/handler-compiler-arm64.cc b/src/ic/arm64/handler-compiler-arm64.cc
|
| index 01405827634d6621a8ef0256522b4e7f95f684f4..f6be8649d5092aa82fd207a4c75c05ed24e2337a 100644
|
| --- a/src/ic/arm64/handler-compiler-arm64.cc
|
| +++ b/src/ic/arm64/handler-compiler-arm64.cc
|
| @@ -111,7 +111,6 @@
|
| DCHECK(!AreAliased(receiver, scratch));
|
|
|
| MacroAssembler::PushPopQueue queue(masm);
|
| - queue.Queue(accessor_holder);
|
| queue.Queue(receiver);
|
| // Write the arguments to the stack frame.
|
| if (is_store) {
|
|
|