| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index 9da8e549709368ab51c0879f10d24ee9cfeb2345..d59820f727bc084c5857460e52a0251356e1e7fe 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -1333,8 +1333,7 @@ void FullCodeGenerator::EmitNewClosure(Handle<SharedFunctionInfo> info,
|
| scope()->is_function_scope() &&
|
| info->num_literals() == 0) {
|
| FastNewClosureStub stub(info->language_mode(), info->is_generator());
|
| - __ li(a0, Operand(info));
|
| - __ push(a0);
|
| + __ li(a2, Operand(info));
|
| __ CallStub(&stub);
|
| } else {
|
| __ li(a0, Operand(info));
|
|
|