Index: src/mips/code-stubs-mips.cc |
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc |
index 837b5a495b6798f39b359df117e0291f6810d6fc..fc5fef561fd167c195f53315498549c2801e960f 100644 |
--- a/src/mips/code-stubs-mips.cc |
+++ b/src/mips/code-stubs-mips.cc |
@@ -4012,8 +4012,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); |
} |