From 3cc03971389f3c1b330f5a6c161faf4883021e8e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 24 May 2015 16:10:54 -0700 Subject: 1453 --- 049continuation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/049continuation.cc b/049continuation.cc index 071d0e63..ac4a1cf7 100644 --- a/049continuation.cc +++ b/049continuation.cc @@ -45,7 +45,7 @@ case CONTINUE_FROM: { Current_routine->calls = Continuation[c]; // deep copy because calls have no pointers // refresh instruction_counter to next instruction after current-continuation instruction_counter = current_step_index()+1; - continue; // not done with caller; don't increment current_step_index() + continue; // not done with caller; don't increment current_step_index() further } :(scenario continuation) -- cgit 1.4.1-2-gfad0