about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-21 20:20:12 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-21 20:20:12 -0800
commite195e93757f21d6c5585679d4d1023af96ece8b4 (patch)
treeeff8a4f1a0251514d0929bc541d34601140406f4
parent1c372b817e36b3addd19de24849c4e79f5d55005 (diff)
downloadmu-e195e93757f21d6c5585679d4d1023af96ece8b4.tar.gz
285
-rw-r--r--mu.arc3
1 files changed, 1 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 776976a5..e6a12396 100644
--- a/mu.arc
+++ b/mu.arc
@@ -176,8 +176,7 @@
   `((((rep ,routine) 'call-stack) 0) 'results))
 
 (def waiting-for-exact-cycle? (routine)
-  (aand rep.routine!sleep
-        (is 'literal it.1)))
+  (is 'literal rep.routine!sleep.1))
 
 (on-init
   (= running-routines* (queue))  ; simple round-robin scheduler