| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index 5b5e050f511f0fc108e4f5993664febef7439e7e..e1cf6d664103fc04a291e6fba33119bb57214985 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -4028,8 +4028,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);
|
| }
|
|
|
|
|
|
|