X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fcompiler%2Falpha%2Fc-call.lisp;h=b9307616598ce3239d3347082434a78f6bff724a;hb=3c25a14fa1f4c7f063babed8ef0a1a5d335298c6;hp=f56225dea948a3bb231effe08ae180922612a213;hpb=e119a2f79cf36039a39996f5490934b4d927529a;p=sbcl.git diff --git a/src/compiler/alpha/c-call.lisp b/src/compiler/alpha/c-call.lisp index f56225d..b930761 100644 --- a/src/compiler/alpha/c-call.lisp +++ b/src/compiler/alpha/c-call.lisp @@ -95,7 +95,7 @@ (when values (invoke-alien-type-method :result-tn (car values) state)))) -(!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))