about summary refs log tree commit diff stats
path: root/cpp/020run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/020run')
-rw-r--r--cpp/020run4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/020run b/cpp/020run
index 1ac4ce57..738545ee 100644
--- a/cpp/020run
+++ b/cpp/020run
@@ -53,8 +53,8 @@ void run_current_routine()
   {
     // Running One Instruction.
     size_t& pc = current_step_index();
-    if (current_instruction().is_label) { ++pc; continue; }
-    trace("run") << "instruction " << current_recipe_name() << '/' << pc;
+    if (current_instruction().is_label) { ++current_step_index(); continue; }
+    trace("run") << "instruction " << current_recipe_name() << '/' << current_step_index();
 //?     cout << "operation " << current_instruction().operation << '\n'; //? 3
     switch (current_instruction().operation) {
       // Primitive Recipe Implementations