| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index 96f70bfa913e37148bb55f3f7aad46a59eb60b30..d372d9fab923aeb6030719d229a8bd84bc03e3e5 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -90,6 +90,7 @@ void FastNewClosureStub::Generate(MacroAssembler* masm) {
|
| __ movq(FieldOperand(rax, JSFunction::kSharedFunctionInfoOffset), rdx);
|
| __ movq(FieldOperand(rax, JSFunction::kContextOffset), rsi);
|
| __ movq(FieldOperand(rax, JSFunction::kLiteralsOffset), rbx);
|
| + __ movq(FieldOperand(rax, JSFunction::kProfilerTicksOffset), Immediate(0));
|
| __ movq(FieldOperand(rax, JSFunction::kNextFunctionLinkOffset), rdi);
|
|
|
| // Initialize the code pointer in the function to be the one
|
|
|