| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index 248c0afc2b113cc71635665d9e5ad57ac0798f60..800a79e19204904a703eb62660005efa343c5d1f 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -616,6 +616,7 @@ static void Generate_JSConstructStubHelper(MacroAssembler* masm,
|
|
|
| // Receiver for constructor call allocated.
|
| // t4: JSObject
|
| + __ bind(&allocated);
|
|
|
| if (create_memento) {
|
| __ lw(a2, MemOperand(sp, kPointerSize * 2));
|
| @@ -631,7 +632,6 @@ static void Generate_JSConstructStubHelper(MacroAssembler* masm,
|
| __ bind(&count_incremented);
|
| }
|
|
|
| - __ bind(&allocated);
|
| __ Push(t4, t4);
|
|
|
| // Reload the number of arguments from the stack.
|
|
|