X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpcl%2Fboot.lisp;h=e470eb41ce3b7a6d599642a54b0022af6100622f;hb=92f0ce474660fa51f33126f07ef7103b8b8843c3;hp=cbf625940bbe8066a0aec7fb0dcc814eced66fca;hpb=1e5296127f5b384a2171646747021ebeee73b801;p=sbcl.git diff --git a/src/pcl/boot.lisp b/src/pcl/boot.lisp index cbf6259..e470eb4 100644 --- a/src/pcl/boot.lisp +++ b/src/pcl/boot.lisp @@ -1076,7 +1076,7 @@ bootstrapping. (values (fast-method-call-pv ,method-call)) (values (fast-method-call-next-method-call ,method-call)) ,@required-args - (sb-c::%more-arg-values ,more-context ,more-count)))))) + (sb-c::%more-arg-values ,more-context 0 ,more-count)))))) (defstruct (fast-instance-boundp (:copier nil)) (index 0 :type fixnum))