X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1tran-lambda.lisp;h=ce0672774af8d5d1cc1c67f6aba5faab96614738;hb=d306e2d23b38487488eb93881dad836e439e0c77;hp=399b948ee5fe4a244ca90ca2c855ce7e69b80af9;hpb=1e5296127f5b384a2171646747021ebeee73b801;p=sbcl.git diff --git a/src/compiler/ir1tran-lambda.lisp b/src/compiler/ir1tran-lambda.lisp index 399b948..ce06727 100644 --- a/src/compiler/ir1tran-lambda.lisp +++ b/src/compiler/ir1tran-lambda.lisp @@ -688,7 +688,7 @@ (unless (lambda-var-ignorep rest) ;; Make up two extra variables, and squirrel them away in ;; ARG-INFO-DEFAULT for transforming (VALUES-LIST REST) into - ;; (%MORE-ARG-VALUES CONTEXT COUNT) when possible. + ;; (%MORE-ARG-VALUES CONTEXT 0 COUNT) when possible. (let* ((context-name (sb!xc:gensym "REST-CONTEXT-")) (context (make-lambda-var :%source-name context-name :arg-info (make-arg-info :kind :more-context)))