X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdyncount.lisp;h=c23c5a8d7f14994e1a3802bf21b5016b4513940c;hb=7f579b076a1fc54587538ead07e506e7f06f3fe8;hp=59f532e384568c0aa41f3bd6b9f22e5146e5927e;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/dyncount.lisp b/src/compiler/dyncount.lisp index 59f532e..c23c5a8 100644 --- a/src/compiler/dyncount.lisp +++ b/src/compiler/dyncount.lisp @@ -21,8 +21,8 @@ (def!struct (dyncount-info (:make-load-form-fun just-dump-it-normally)) for - (costs (required-argument) :type (simple-array (unsigned-byte 32) (*))) - (counts (required-argument) :type (simple-array (unsigned-byte 32) (*)))) + (costs (missing-arg) :type (simple-array (unsigned-byte 32) (*))) + (counts (missing-arg) :type (simple-array (unsigned-byte 32) (*)))) (defprinter (dyncount-info) for