about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-21 20:37:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-21 20:37:32 -0800
commit672cda7e1ce754dda4801a7411221f5ed80517fb (patch)
treed0e8cccd6366c86ff928345f0beae301003ab0e7 /mu.arc
parent3a65d3be749ccd35a38674df49e7e9e59be88903 (diff)
downloadmu-672cda7e1ce754dda4801a7411221f5ed80517fb.tar.gz
288 - support sleeping while watching a memory location
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 12200cd9..0c6ea313 100644
--- a/mu.arc
+++ b/mu.arc
@@ -184,7 +184,8 @@
     (> curr-cycle* rep.routine!sleep.0)
     (ret result nil
       (= routine* routine)
-      (= result (in (m rep.routine!sleep) 0 nil))
+;?       (tr "checking location " rep.routine*!sleep)
+      (= result (~in (m rep.routine!sleep) 0 nil))
       (= routine* nil))))
 
 (on-init