| Index: src/full-codegen.cc
|
| ===================================================================
|
| --- src/full-codegen.cc (revision 6703)
|
| +++ src/full-codegen.cc (working copy)
|
| @@ -913,7 +913,7 @@
|
| Breakable nested_statement(this, stmt);
|
| SetStatementPosition(stmt);
|
|
|
| - PrepareForBailoutForId(stmt->EntryId(), TOS_REG);
|
| + PrepareForBailoutForId(stmt->EntryId(), NO_REGISTERS);
|
| VisitStatements(stmt->statements());
|
| __ bind(nested_statement.break_target());
|
| PrepareForBailoutForId(stmt->ExitId(), NO_REGISTERS);
|
|
|