about summary refs log tree commit diff stats
path: root/cpp/035call
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/035call')
-rw-r--r--cpp/035call2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/035call b/cpp/035call
index 4e59430c..3db1a10a 100644
--- a/cpp/035call
+++ b/cpp/035call
@@ -78,7 +78,7 @@ default: {
     break;
   }
   Current_routine->calls.push(call(current_instruction().operation));
-  continue;  // not done with caller; don't increment pc
+  continue;  // not done with caller; don't increment current_step_index()
 }
 
 //:: finally, we need to fix the termination conditions for the run loop