about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
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();
 }