mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-16 18:50:23 +02:00
* vm/shell.scm (vm-frame->call): Updated.
This commit is contained in:
parent
4fdec843ed
commit
3cdfcd54eb
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ certain conditions. There is absolutely no warranty for Guile VM.\n")
|
|||
(loop (cdr list) (1- n))))
|
||||
list)
|
||||
(let* ((prog (frame-program frame))
|
||||
(name (or (program-name prog) prog)))
|
||||
(name (or (name prog) prog)))
|
||||
(cons name (reverse! (vector->list (frame-variables frame))))))
|
||||
|
||||
(define (vm-trace-apply vm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue