X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsb-introspect%2Fintrospect.lisp;h=ff6152bcae180536b74ddc369271a609de576327;hb=24ecee137a93b3f769d1aa04589a5c9b0e76ea66;hp=c59b99b081c85257e988d8db5f8402ec71a80948;hpb=01f29363993816f6d5fb6139f356df84cfaa1fc6;p=sbcl.git diff --git a/contrib/sb-introspect/introspect.lisp b/contrib/sb-introspect/introspect.lisp index c59b99b..ff6152b 100644 --- a/contrib/sb-introspect/introspect.lisp +++ b/contrib/sb-introspect/introspect.lisp @@ -613,8 +613,7 @@ 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 - t))) + space))) (declaim (inline map-caller-code-components)) (defun map-caller-code-components (function spaces fn)