| Index: src/ppc/full-codegen-ppc.cc
|
| diff --git a/src/ppc/full-codegen-ppc.cc b/src/ppc/full-codegen-ppc.cc
|
| index faf011faac8dd4a046c1d5fa52af72f437637a06..b9870bbcc5a28866b00f9261de222ac73a265b02 100644
|
| --- a/src/ppc/full-codegen-ppc.cc
|
| +++ b/src/ppc/full-codegen-ppc.cc
|
| @@ -1217,6 +1217,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| {
|
| EffectContext context(this);
|
| EmitAssignment(stmt->each());
|
| + PrepareForBailoutForId(stmt->AssignmentId(), NO_REGISTERS);
|
| }
|
|
|
| // Generate code for the body of the loop.
|
|
|