| Index: src/mips/full-codegen-mips.cc
|
| diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc
|
| index a6fd39aa1861e55be210126a11dfff5762f2c354..ea4c5146b27ef40c89653421f600f22cea010c36 100644
|
| --- a/src/mips/full-codegen-mips.cc
|
| +++ b/src/mips/full-codegen-mips.cc
|
| @@ -2057,7 +2057,7 @@ void FullCodeGenerator::EmitGeneratorResume(Expression *generator,
|
| __ Subu(a3, a3, Operand(1));
|
| __ Branch(&call_resume, lt, a3, Operand(zero_reg));
|
| __ push(a2);
|
| - __ b(&push_operand_holes);
|
| + __ Branch(&push_operand_holes);
|
| __ bind(&call_resume);
|
| __ push(a1);
|
| __ push(result_register());
|
|
|