Index: src/mips64/ic-mips64.cc |
diff --git a/src/mips64/ic-mips64.cc b/src/mips64/ic-mips64.cc |
index 49d9c4a598d8c4c2105f6ec2e1ccee31b08686c7..ba7272ab0e7a95837a74686ec56d596878128419 100644 |
--- a/src/mips64/ic-mips64.cc |
+++ b/src/mips64/ic-mips64.cc |
@@ -445,7 +445,7 @@ void KeyedLoadIC::GenerateSloppyArguments(MacroAssembler* masm) { |
__ bind(¬in); |
// The unmapped lookup expects that the parameter map is in a2. |
MemOperand unmapped_location = |
- GenerateUnmappedArgumentsLookup(masm, a0, a0, a3, &slow); |
+ GenerateUnmappedArgumentsLookup(masm, key, a0, a3, &slow); |
__ ld(a0, unmapped_location); |
__ LoadRoot(a3, Heap::kTheHoleValueRootIndex); |
__ Branch(&slow, eq, a0, Operand(a3)); |