Index: src/mips/macro-assembler-mips.cc |
diff --git a/src/mips/macro-assembler-mips.cc b/src/mips/macro-assembler-mips.cc |
index 333d6309295f1cd1dec561c5c8ab73d87d2e230f..2c13e7deaedd957734a80afc8cea3033c88da825 100644 |
--- a/src/mips/macro-assembler-mips.cc |
+++ b/src/mips/macro-assembler-mips.cc |
@@ -5455,7 +5455,7 @@ void MacroAssembler::TestJSArrayForAllocationSiteInfo( |
ExternalReference new_space_allocation_top = |
ExternalReference::new_space_allocation_top_address(isolate()); |
lw(scratch_reg, FieldMemOperand(receiver_reg, |
- JSArray::kSize + AllocationSiteInfo::kSize - kHeapObjecTag)); |
+ JSArray::kSize + AllocationSiteInfo::kSize - kHeapObjectTag)); |
Branch(&no_info_available, lt, scratch_reg, Operand(new_space_start)); |
Branch(&no_info_available, gt, scratch_reg, |
Operand(new_space_allocation_top)); |