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-03 22:47:57 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-03 22:47:57 -0800
commit08f0118a7c839d832be3bb44672286aaf5b33ad4 (patch)
tree036b5f4b636444e48fede29ba00ffddd6759a66c /mu.arc
parent39cc7eb6587cac5fb0c071b1136502eef90acb0d (diff)
downloadmu-08f0118a7c839d832be3bb44672286aaf5b33ad4.tar.gz
217
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index fa70fdf2..5a830d35 100644
--- a/mu.arc
+++ b/mu.arc
@@ -545,7 +545,7 @@
             (each elem types*.type!elems
               (yield sizeof.elem))))
       :else
-        (err "no such type @type")))
+        (err "sizeof can't handle @type (arrays require a specific variable)")))
 
 ;; desugar structured assembly based on blocks