| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index d424cbc726142fdb59cde1e79d597fa7399e171d..f3c219e8673ee221ba8087b1b762fcca9586312a 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -341,7 +341,7 @@ void Builtins::Generate_InstallRecompiledCode(MacroAssembler* masm) {
|
| }
|
|
|
|
|
| -void Builtins::Generate_ParallelRecompile(MacroAssembler* masm) {
|
| +void Builtins::Generate_ConcurrentRecompile(MacroAssembler* masm) {
|
| {
|
| FrameScope scope(masm, StackFrame::INTERNAL);
|
|
|
| @@ -351,7 +351,7 @@ void Builtins::Generate_ParallelRecompile(MacroAssembler* masm) {
|
| __ push(t1);
|
|
|
| __ push(a1); // Function is also the parameter to the runtime call.
|
| - __ CallRuntime(Runtime::kParallelRecompile, 1);
|
| + __ CallRuntime(Runtime::kConcurrentRecompile, 1);
|
|
|
| // Restore call kind information.
|
| __ pop(t1);
|
|
|