about summary refs log tree commit diff stats
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/020call2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/020call b/cpp/020call
index 8efee27c..22548b8d 100644
--- a/cpp/020call
+++ b/cpp/020call
@@ -52,6 +52,8 @@ default: {
   continue;  // not done with caller; don't increment pc
 }
 
+//: finally, we need to fix the termination conditions for the run loop
+
 :(replace{} "inline bool done(routine& rr)")
 inline bool done(routine& rr) {
   return rr.calls.empty();