mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-18 18:40:22 +02:00
*** empty log message ***
This commit is contained in:
parent
8f5cfc810f
commit
f21dfea659
12 changed files with 93 additions and 59 deletions
2
src/vm.c
2
src/vm.c
|
@ -328,7 +328,7 @@ vm_mark (SCM obj)
|
|||
if (SCM_NIMP (*sp))
|
||||
scm_gc_mark (*sp);
|
||||
fp = SCM_VM_STACK_ADDRESS (sp[-1]); /* dynamic link */
|
||||
/* Mark frame variables + program */
|
||||
/* Mark external link, frame variables, and program */
|
||||
for (sp -= 2; sp >= lower; sp--)
|
||||
if (SCM_NIMP (*sp))
|
||||
scm_gc_mark (*sp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue