Index: src/x87/builtins-x87.cc |
diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc |
index d09a14acb6e90cce84ed5e21c38eb1a9d58986a4..47581870101035a1dfc8e6736e5edcae3dcd53d4 100644 |
--- a/src/x87/builtins-x87.cc |
+++ b/src/x87/builtins-x87.cc |
@@ -756,7 +756,7 @@ void Builtins::Generate_InterpreterPushArgsAndConstruct(MacroAssembler* masm) { |
__ Push(ecx); |
// Call the constructor with unmodified eax, edi, ebi values. |
- __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CONSTRUCT_CALL); |
+ __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); |
} |
@@ -1157,8 +1157,7 @@ static void Generate_ConstructHelper(MacroAssembler* masm) { |
__ mov(edx, Operand(ebp, kNewTargetOffset)); |
// Call the function. |
- __ Call(masm->isolate()->builtins()->Construct(), |
- RelocInfo::CONSTRUCT_CALL); |
+ __ Call(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); |
// Leave internal frame. |
} |