| Index: src/mips/code-stubs-mips.cc | 
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc | 
| index 6a0527ffa147450bd6eca3e4aff17db0a491d923..2707c9e44b2a5f7518087f922fdf7de80cbf4f6d 100644 | 
| --- a/src/mips/code-stubs-mips.cc | 
| +++ b/src/mips/code-stubs-mips.cc | 
| @@ -4051,8 +4051,8 @@ void DirectCEntryStub::GenerateCall(MacroAssembler* masm, | 
| intptr_t loc = | 
| reinterpret_cast<intptr_t>(GetCode().location()); | 
| __ Move(t9, target); | 
| -  __ li(ra, Operand(loc, RelocInfo::CODE_TARGET), CONSTANT_SIZE); | 
| -  __ Call(ra); | 
| +  __ li(at, Operand(loc, RelocInfo::CODE_TARGET), CONSTANT_SIZE); | 
| +  __ Call(at); | 
| } | 
|  | 
|  | 
|  |