mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-06 01:10:53 -08:00
BYTECODES-SPLIT is now called BC-SPLIT
This commit is contained in:
parent
6ec3b91890
commit
50564327b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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+)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue