| Index: src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| index 759a915658a8d70dcef87d486706c8b51bf145cc..c683f11a5bbd4af98f33ff8a663be139daad120c 100644
 | 
| --- a/src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| +++ b/src/full-codegen/mips64/full-codegen-mips64.cc
 | 
| @@ -1300,7 +1300,7 @@ void FullCodeGenerator::EmitGlobalVariableLoad(VariableProxy* proxy,
 | 
|    __ li(LoadDescriptor::NameRegister(), Operand(var->name()));
 | 
|    __ li(LoadDescriptor::SlotRegister(),
 | 
|          Operand(SmiFromSlot(proxy->VariableFeedbackSlot())));
 | 
| -  CallLoadIC(typeof_mode);
 | 
| +  CallLoadGlobalIC(typeof_mode);
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |