about summary refs log tree commit diff stats
path: root/072scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to '072scheduler.cc')
-rw-r--r--072scheduler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/072scheduler.cc b/072scheduler.cc
index 68f2e463..ad79bace 100644
--- a/072scheduler.cc
+++ b/072scheduler.cc
@@ -22,7 +22,7 @@ int Scheduling_interval = 500;
 int instructions_run_this_scheduling_slice;
 :(before "End routine Constructor")
 instructions_run_this_scheduling_slice = 0;
-:(before "Running One Instruction")
+:(after "Running One Instruction")
  ++Current_routine->instructions_run_this_scheduling_slice;
 :(replace{} "bool should_continue_running(const routine* current_routine)")
 bool should_continue_running(const routine* current_routine) {