about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 21bb4b93..64f63218 100644
--- a/mu.arc
+++ b/mu.arc
@@ -150,8 +150,8 @@
 
 (def addr (loc)
   (ret result v.loc
-    (aif rep.routine*!default-scope
-      (++ result it))
+    (whenlet base rep.routine*!default-scope
+      (++ result base))
     (if (pos 'deref metadata.loc)
       (zap memory* result))))