BYTECODES-SPLIT is now called BC-SPLIT

This commit is contained in:
jjgarcia 2002-05-13 07:13:04 +00:00
parent 6ec3b91890
commit 50564327b0

View file

@ -188,7 +188,7 @@ SI::ARGS."
(defun tracing-body (fname &aux (fun (symbol-function fname)))
(when (functionp fun)
(let ((bytecodes (si::bytecodes-split fun)))
(let ((bytecodes (si::bc-split fun)))
(when bytecodes
(dotimes (i (length bytecodes))
(when (eq (aref bytecodes i) +tracing-block+)