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