| Index: src/mips64/builtins-mips64.cc
|
| diff --git a/src/mips64/builtins-mips64.cc b/src/mips64/builtins-mips64.cc
|
| index 95e1eeadac7e2d850e9208b0b0973f5c30978c3d..6c8d22498f537ccd38bfc6edf273006f7cc3d1fa 100644
|
| --- a/src/mips64/builtins-mips64.cc
|
| +++ b/src/mips64/builtins-mips64.cc
|
| @@ -950,7 +950,7 @@ void Builtins::Generate_InterpreterPushArgsAndConstruct(MacroAssembler* masm) {
|
| __ Branch(&loop_header, gt, a2, Operand(t0));
|
|
|
| // Call the constructor with a0, a1, and a3 unmodified.
|
| - __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CONSTRUCT_CALL);
|
| + __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
|
| }
|
|
|
|
|
| @@ -1512,8 +1512,7 @@ static void Generate_ConstructHelper(MacroAssembler* masm) {
|
| __ ld(a3, MemOperand(fp, kNewTargetOffset));
|
|
|
| // Call the function.
|
| - __ Call(masm->isolate()->builtins()->Construct(),
|
| - RelocInfo::CONSTRUCT_CALL);
|
| + __ Call(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET);
|
|
|
| // Leave internal frame.
|
| }
|
|
|