X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-introspect%2Fsb-introspect.lisp;h=c9fed2fe6da172e9bca2bea11404e0f7fd4bcea7;hb=6bbc22725d3bf663726ed9adca544e39316364a6;hp=6f1ef01a5902060e9c8ec3348b360156748ea234;hpb=990728854b8ba017888811d1b0453b15dfa8a581;p=sbcl.git diff --git a/contrib/sb-introspect/sb-introspect.lisp b/contrib/sb-introspect/sb-introspect.lisp index 6f1ef01..c9fed2f 100644 --- a/contrib/sb-introspect/sb-introspect.lisp +++ b/contrib/sb-introspect/sb-introspect.lisp @@ -497,7 +497,8 @@ list of the symbols :dynamic, :static, or :read-only." (lambda (obj header size) (when (= sb-vm:code-header-widetag header) (funcall fn obj size))) - space))) + space + t))) (declaim (inline map-caller-code-components)) (defun map-caller-code-components (function spaces fn)