diff options
-rw-r--r-- | mu.arc | 3 |
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 |