0.8.0.6:
[sbcl.git] / src / compiler / aliencomp.lisp
index f006f7d..487b619 100644 (file)
   (let ((type (continuation-value type)))
     (unless (alien-fun-type-p type)
       (error "Something is broken."))
-    (specifier-type
+    (values-specifier-type
      (compute-alien-rep-type
       (alien-fun-type-result-type type)))))