| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index 667afbddf47bf1112c3b1a9e36a17ca010666dbd..215919e1eb832c4e530eba544fcc0616377a83f0 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -5242,7 +5242,7 @@ void FastNewRestParameterStub::Generate(MacroAssembler* masm) {
|
| Label allocate, done_allocate;
|
| __ li(a1, Operand(JSArray::kSize + FixedArray::kHeaderSize));
|
| __ Lsa(a1, a1, a0, kPointerSizeLog2 - 1);
|
| - __ Allocate(a1, v0, a3, at, &allocate, TAG_OBJECT);
|
| + __ Allocate(a1, v0, a3, t0, &allocate, TAG_OBJECT);
|
| __ bind(&done_allocate);
|
|
|
| // Setup the elements array in v0.
|
|
|