about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-17 01:22:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-17 01:22:25 -0700
commit2dab0edbbd5e886fbb7838842afddd6fbf03c6d3 (patch)
tree472927e2e1a2072acb1eb4c21ff4fa9ff9db4108 /020run.cc
parenta7d7073512007161cd02a085398893f16128532e (diff)
downloadmu-2dab0edbbd5e886fbb7838842afddd6fbf03c6d3.tar.gz
1582
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 028aa313..7cc587a8 100644
--- a/020run.cc
+++ b/020run.cc
@@ -88,6 +88,7 @@ void run_current_routine()
     for (long long int i = 0; i < SIZE(current_instruction().products); ++i) {
       write_memory(current_instruction().products.at(i), products.at(i));
     }
+    // End of Instruction
     ++current_step_index();
   }
 //?   cerr << "AAA 9\n"; //? 1