| Index: src/full-codegen/mips/full-codegen-mips.cc | 
| diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc | 
| index d921226a483496933388a34d8d55b8b4438a9264..5f0ee9e4656b6f7160fc88b03b95521ca3344925 100644 | 
| --- a/src/full-codegen/mips/full-codegen-mips.cc | 
| +++ b/src/full-codegen/mips/full-codegen-mips.cc | 
| @@ -1299,7 +1299,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); | 
| } | 
|  | 
|  | 
|  |