Get rid of vm-support-routines indirection.
[sbcl.git] / src / compiler / x86 / c-call.lisp
index 4d57b8e..38f6a09 100644 (file)
               (invoke-alien-type-method :result-tn type state))
             values)))
 
-(!def-vm-support-routine make-call-out-tns (type)
+(defun make-call-out-tns (type)
   (let ((arg-state (make-arg-state)))
     (collect ((arg-tns))
       (dolist (arg-type (alien-fun-type-arg-types type))