diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2014-10-31 21:04:22 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2014-10-31 21:04:22 -0700 |
commit | e83da606a75debc169acce2979618ab07182267b (patch) | |
tree | b435cedf4f019eba84a6c15c592979e624dc9e26 | |
parent | 708a5172de6a32eb0df08d75b17ddd9d60ef3f51 (diff) | |
download | mu-e83da606a75debc169acce2979618ab07182267b.tar.gz |
193
-rw-r--r-- | mu.arc | 4 |
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 |