about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-08 14:47:12 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-08 14:47:12 -0700
commit9fdda88b2ef9306128e0cbf6027f5a839ae3210c (patch)
tree80c5f695267ac7e16c7f0c695f2648f911e3e25d /034call.cc
parent2e8c5d39157d1178ad453c86d94d4e1830d8dfe6 (diff)
downloadmu-9fdda88b2ef9306128e0cbf6027f5a839ae3210c.tar.gz
1724 - first stab at printing interactive results
Diffstat (limited to '034call.cc')
-rw-r--r--034call.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/034call.cc b/034call.cc
index 45251b52..bb0b6067 100644
--- a/034call.cc
+++ b/034call.cc
@@ -112,6 +112,7 @@ while (current_step_index() >= SIZE(Current_routine->steps())) {
 //?   cerr << "reply " << Current_routine->calls.size() << '\n'; //? 2
   Current_routine->calls.pop_front();
   if (Current_routine->calls.empty()) return;
+  // Complete Call Fallthrough
   // todo: no results returned warning
   ++current_step_index();
 }