about summary refs log tree commit diff stats
path: root/072scheduler.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-27 18:11:26 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-27 18:11:26 -0700
commit50bff0c5fb8dc13987fcb4e9bf16432da1544740 (patch)
tree92af34a6fd39c5940775bee5c28babffe2eb5953 /072scheduler.cc
parent2c0583aa194768129b87dc90814890c0dc712083 (diff)
downloadmu-50bff0c5fb8dc13987fcb4e9bf16432da1544740.tar.gz
3264
Turns out chessboard.mu started deadlocking in commit 3258 even though
all its tests continue to pass. Not fixed yet; first make deadlock
easier to diagnose.
Diffstat (limited to '072scheduler.cc')
-rw-r--r--072scheduler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/072scheduler.cc b/072scheduler.cc
index 48b19635..cc38405b 100644
--- a/072scheduler.cc
+++ b/072scheduler.cc
@@ -69,6 +69,7 @@ void run(routine* rr) {
     // Scheduler Cleanup
     // End Scheduler Cleanup
   }
+  // End Run Routine
 }
 
 bool all_routines_done() {