X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fc-call.lisp;h=c40c98ccc6799117f12ec81aa68a243295789132;hb=11f02398a1a9ccbde847c82fd233e8378e45c29c;hp=f56fd5292191f0aa7069815462aa67c9bd26b5ec;hpb=b7eed59f1877263e1af5ad80299e641e8276f77d;p=sbcl.git diff --git a/src/compiler/x86/c-call.lisp b/src/compiler/x86/c-call.lisp index f56fd52..c40c98c 100644 --- a/src/compiler/x86/c-call.lisp +++ b/src/compiler/x86/c-call.lisp @@ -126,8 +126,8 @@ (deftransform %alien-funcall ((function type &rest args) * * :node node) - (aver (sb!c::constant-continuation-p type)) - (let* ((type (sb!c::continuation-value type)) + (aver (sb!c::constant-lvar-p type)) + (let* ((type (sb!c::lvar-value type)) (env (sb!c::node-lexenv node)) (arg-types (alien-fun-type-arg-types type)) (result-type (alien-fun-type-result-type type)))