about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mu.arc b/mu.arc
index de5b1f1e..7d16cdba 100644
--- a/mu.arc
+++ b/mu.arc
@@ -149,11 +149,11 @@
       (err "type @typename doesn't have a size: " (tostring:pr types*.typename))))
 
 (def addr (loc)
-  (ret addr v.loc
+  (ret result v.loc
     (aif rep.routine*!default-scope
-      (++ addr it))
+      (++ result it))
     (if (pos 'deref metadata.loc)
-      (zap memory* addr))))
+      (zap memory* result))))
 
 (def addrs (n sz)
   (accum yield