mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
trace printing tweak
* module/system/vm/trap-state.scm (add-trace-at-procedure-call!): Tweak to the #:prefix string.
This commit is contained in:
parent
957205339a
commit
1241f6944b
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@
|
||||||
(let* ((idx (next-index! trap-state))
|
(let* ((idx (next-index! trap-state))
|
||||||
(trap (trace-calls-to-procedure
|
(trap (trace-calls-to-procedure
|
||||||
proc
|
proc
|
||||||
#:prefix (format #f "trace trap ~a: " idx))))
|
#:prefix (format #f "Trap ~a: " idx))))
|
||||||
(add-trap-wrapper!
|
(add-trap-wrapper!
|
||||||
trap-state
|
trap-state
|
||||||
(make-trap-wrapper
|
(make-trap-wrapper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue