| Index: src/mips64/lithium-codegen-mips64.cc
 | 
| diff --git a/src/mips64/lithium-codegen-mips64.cc b/src/mips64/lithium-codegen-mips64.cc
 | 
| index 53c7bfbcdeeefae32e406460fe94a05671435291..b228f0b204dedf87c362f507b04152a6c09e524f 100644
 | 
| --- a/src/mips64/lithium-codegen-mips64.cc
 | 
| +++ b/src/mips64/lithium-codegen-mips64.cc
 | 
| @@ -2863,7 +2863,7 @@ void LCodeGen::EmitVectorLoadICRegisters(T* instr) {
 | 
|    // No need to allocate this register.
 | 
|    DCHECK(VectorLoadICDescriptor::SlotRegister().is(a0));
 | 
|    __ li(VectorLoadICDescriptor::SlotRegister(),
 | 
| -        Operand(Smi::FromInt(instr->hydrogen()->slot())));
 | 
| +        Operand(Smi::FromInt(instr->hydrogen()->slot().ToInt())));
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |