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.arc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index 6b33d19a..fe64105a 100644
--- a/mu.arc
+++ b/mu.arc
@@ -398,7 +398,8 @@
                                 (++ caller-arg-idx.context)))
                     (trace "arg" arg " " idx " " caller-args.context)
                     (if (len> caller-args.context idx)
-                      (m caller-args.context.idx)))
+                      (list (m caller-args.context.idx) nil)
+                      (list nil t)))
                 type
                   (ty (caller-args.context arg.0))
                 otype