X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fntrace.lisp;h=ec902337cfebdb52996517a319a03910d7fec42a;hb=7b8eb24427562ae9e3ffe77e0a98899b9786e2b1;hp=80160703466c91e6a011b88304f5ae62cb390d78;hpb=f42877dcb11f1db580c76c37ae86541b901ac281;p=sbcl.git diff --git a/src/code/ntrace.lisp b/src/code/ntrace.lisp index 8016070..ec90233 100644 --- a/src/code/ntrace.lisp +++ b/src/code/ntrace.lisp @@ -450,7 +450,7 @@ (trace-1 mf info) (when (typep mf 'sb-pcl::%method-function) (trace-1 (sb-pcl::%method-function-fast-function mf) info))))) - + function-or-name))) ;;;; the TRACE macro @@ -660,7 +660,7 @@ are evaluated in the null environment." ((not fun) ;; Someone has FMAKUNBOUND it. (let ((table *traced-funs*)) - (with-locked-hash-table (table) + (with-locked-system-table (table) (maphash (lambda (fun info) (when (equal function-or-name (trace-info-what info)) (remhash fun table)))