1.0.48.31: WITH-LOCKED-SYSTEM-TABLE
[sbcl.git] / src / code / debug-int.lisp
index b37c0c0..9b973c0 100644 (file)
 ;;; and retains roots to functions that might otherwise be collected.
 (defun make-compiled-debug-fun (compiler-debug-fun component)
   (let ((table *compiled-debug-funs*))
-    (with-locked-hash-table (table)
+    (with-locked-system-table (table)
       (or (gethash compiler-debug-fun table)
           (setf (gethash compiler-debug-fun table)
                 (%make-compiled-debug-fun compiler-debug-fun component))))))