0.9.1.26:
[sbcl.git] / src / compiler / sparc / call.lisp
index 6a0b2a3..cc5b23f 100644 (file)
@@ -590,7 +590,7 @@ default-value-8
 ;;; more arg, but there is no new-FP, since the arguments have been set up in
 ;;; the current frame.
 (defmacro define-full-call (name named return variable)
-  (assert (not (and variable (eq return :tail))))
+  (aver (not (and variable (eq return :tail))))
   `(define-vop (,name
                ,@(when (eq return :unknown)
                    '(unknown-values-receiver)))