1.0.15.3: Have PROBE-FILE return NIL whenever a truename can't be found.
[sbcl.git] / contrib / sb-introspect / sb-introspect.lisp
index 6f1ef01..c9fed2f 100644 (file)
@@ -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)