Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 95d29314362951a52172ba90dfb422ebb6902afa..13032ca75f8f74670813e54ca19dfdf3301d1091 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -3039,7 +3039,7 @@ void FullCodeGenerator::EmitIsStringWrapperSafeForDefaultValueOf( |
__ Addu(t0, t0, Operand(DescriptorArray::kFirstOffset - kHeapObjectTag)); |
// Calculate the end of the descriptor array. |
__ mov(a2, t0); |
- __ sll(t1, a3, kPointerSizeLog2 - kSmiTagSize); |
+ __ sll(t1, a3, kPointerSizeLog2); |
__ Addu(a2, a2, t1); |
// Loop through all the keys in the descriptor array. If one of these is the |