| Index: src/full-codegen.cc
|
| ===================================================================
|
| --- src/full-codegen.cc (revision 5861)
|
| +++ src/full-codegen.cc (working copy)
|
| @@ -882,12 +882,12 @@
|
| Visit(stmt->body());
|
|
|
| // Check stack before looping.
|
| + __ bind(loop_statement.continue_target());
|
| __ StackLimitCheck(&stack_limit_hit);
|
| __ bind(&stack_check_success);
|
|
|
| // Record the position of the do while condition and make sure it is
|
| // possible to break on the condition.
|
| - __ bind(loop_statement.continue_target());
|
| SetExpressionPosition(stmt->cond(), stmt->condition_position());
|
| VisitForControl(stmt->cond(),
|
| &body,
|
|
|