Index: src/ppc/full-codegen-ppc.cc |
diff --git a/src/ppc/full-codegen-ppc.cc b/src/ppc/full-codegen-ppc.cc |
index 47ec127a939f04cf3fb5e64159d6fe6fada863ae..c02d0948d3b0a44b60418c2870cffa39119b5635 100644 |
--- a/src/ppc/full-codegen-ppc.cc |
+++ b/src/ppc/full-codegen-ppc.cc |
@@ -1241,6 +1241,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) { |
// just skip it. |
__ Push(r4, r6); // Enumerable and current entry. |
__ InvokeBuiltin(Builtins::FILTER_KEY, CALL_FUNCTION); |
+ PrepareForBailoutForId(stmt->FilterId(), TOS_REG); |
__ mr(r6, r3); |
__ cmpi(r6, Operand::Zero()); |
__ beq(loop_statement.continue_label()); |