| Index: src/mips/stub-cache-mips.cc
|
| diff --git a/src/mips/stub-cache-mips.cc b/src/mips/stub-cache-mips.cc
|
| index f1a8c89f5377e7c522dd4aadbd9412720c6f2073..54f55b3ceb3b587fda01fec1b67a048834a41bfc 100644
|
| --- a/src/mips/stub-cache-mips.cc
|
| +++ b/src/mips/stub-cache-mips.cc
|
| @@ -1170,9 +1170,8 @@ void StubCompiler::GenerateLoadConstant(Handle<JSObject> object,
|
| __ JumpIfSmi(receiver, miss, scratch1);
|
|
|
| // Check that the maps haven't changed.
|
| - Register reg =
|
| - CheckPrototypes(object, receiver, holder,
|
| - scratch1, scratch2, scratch3, name, miss);
|
| + CheckPrototypes(object, receiver, holder,
|
| + scratch1, scratch2, scratch3, name, miss);
|
|
|
| // Return the constant value.
|
| __ LoadHeapObject(v0, value);
|
| @@ -4230,7 +4229,6 @@ void KeyedStoreStubCompiler::GenerateStoreFastElement(
|
| Register elements_reg = a3;
|
| Register length_reg = t1;
|
| Register scratch2 = t2;
|
| - Register scratch3 = t3;
|
|
|
| // This stub is meant to be tail-jumped to, the receiver must already
|
| // have been verified by the caller to not be a smi.
|
|
|