| Index: src/mips/code-stubs-mips.cc
|
| diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
|
| index a1cf9211ea51042dfc9f7d4f21b9590f5d0fd891..8b4593d6cc51f9b9b296a5014fa92a92ed7b9cac 100644
|
| --- a/src/mips/code-stubs-mips.cc
|
| +++ b/src/mips/code-stubs-mips.cc
|
| @@ -122,6 +122,7 @@ void FastNewClosureStub::Generate(MacroAssembler* masm) {
|
| __ sw(a3, FieldMemOperand(v0, JSFunction::kSharedFunctionInfoOffset));
|
| __ sw(cp, FieldMemOperand(v0, JSFunction::kContextOffset));
|
| __ sw(a1, FieldMemOperand(v0, JSFunction::kLiteralsOffset));
|
| + __ sw(zero_reg, FieldMemOperand(v0, JSFunction::kProfilerTicksOffset));
|
| __ sw(t0, FieldMemOperand(v0, JSFunction::kNextFunctionLinkOffset));
|
|
|
| // Initialize the code pointer in the function to be the one
|
|
|