| Index: src/a64/stub-cache-a64.cc
|
| diff --git a/src/a64/stub-cache-a64.cc b/src/a64/stub-cache-a64.cc
|
| index b8adb5d100473e31af119a1ee2d7cd742d731974..f7a94c75006d32813d5d72399eec000974e37f01 100644
|
| --- a/src/a64/stub-cache-a64.cc
|
| +++ b/src/a64/stub-cache-a64.cc
|
| @@ -1751,7 +1751,7 @@ Handle<Code> CallStubCompiler::CompileArrayPushCall(
|
| __ Bind(&check_double);
|
| // Check that the elements are in fast mode and writable.
|
| __ CheckMap(elements,
|
| - x0,
|
| + x10,
|
| Heap::kFixedDoubleArrayMapRootIndex,
|
| &call_builtin,
|
| DONT_DO_SMI_CHECK);
|
|
|