Get rid of vm-support-routines indirection.
[sbcl.git] / src / compiler / sparc / c-call.lisp
index 87f3a00..1d9cb53 100644 (file)
@@ -87,7 +87,7 @@
                 (invoke-alien-type-method :result-tn type state))
             values)))
 
-(!def-vm-support-routine make-call-out-tns (type)
+(defun make-call-out-tns (type)
   (declare (type alien-fun-type type))
   (let ((arg-state (make-arg-state)))
     (collect ((arg-tns))