X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fprofile.lisp;h=ddfd722b9630ccccc9a4ec1bca9f48f2ef09b5a7;hb=6822034325136cde4e14773c83c3769b42721306;hp=15b8c74a339066abeae102b8df20641d2eadf29f;hpb=81880593109f9f359cd06dc5c4323750ccc2bf21;p=sbcl.git diff --git a/src/code/profile.lisp b/src/code/profile.lisp index 15b8c74..ddfd722 100644 --- a/src/code/profile.lisp +++ b/src/code/profile.lisp @@ -158,8 +158,8 @@ (let ((dticks 0) (dconsing 0) (inner-enclosed-profiles 0)) - (declare (type unsigned-byte dticks dconsing)) - (declare (type unsigned-byte inner-enclosed-profiles)) + (declare (type unsigned-byte dticks dconsing inner-enclosed-profiles) + (dynamic-extent dticks dconsing inner-enclosed-profiles)) (aver (typep dticks 'unsigned-byte)) (aver (typep dconsing 'unsigned-byte)) (aver (typep inner-enclosed-profiles 'unsigned-byte))