about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-10-31 21:04:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-31 21:04:22 -0700
commite83da606a75debc169acce2979618ab07182267b (patch)
treeb435cedf4f019eba84a6c15c592979e624dc9e26
parent708a5172de6a32eb0df08d75b17ddd9d60ef3f51 (diff)
downloadmu-e83da606a75debc169acce2979618ab07182267b.tar.gz
193
-rw-r--r--mu.arc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 8d982c55..d965334f 100644
--- a/mu.arc
+++ b/mu.arc
@@ -172,8 +172,8 @@
       (return v.loc))
     (when (is v.loc 'default-scope)
       (return rep.routine*!call-stack.0!default-scope))
-    (assert (isa v.loc 'int) "addresses must be numeric (problem in convert-names?)")
-    (trace "m" loc " " sz.loc)
+    (trace "m" loc)
+    (assert (isa v.loc 'int) "addresses must be numeric (problem in convert-names?) @loc")
     (if (is 1 sz.loc)
           (memory* addr.loc)
         :else