mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
* gc.c (scm_gc_mark): Mark 1 procedure slot in entities instead of
4.
This commit is contained in:
parent
195847fa2a
commit
73e10adf20
1 changed files with 1 additions and 4 deletions
|
@ -665,10 +665,7 @@ gc_mark_nimp:
|
||||||
|
|
||||||
if (vtable_data[scm_struct_i_flags] & SCM_STRUCTF_ENTITY)
|
if (vtable_data[scm_struct_i_flags] & SCM_STRUCTF_ENTITY)
|
||||||
{
|
{
|
||||||
scm_gc_mark (mem[scm_struct_i_proc + 0]);
|
scm_gc_mark (mem[scm_struct_i_procedure]);
|
||||||
scm_gc_mark (mem[scm_struct_i_proc + 1]);
|
|
||||||
scm_gc_mark (mem[scm_struct_i_proc + 2]);
|
|
||||||
scm_gc_mark (mem[scm_struct_i_proc + 3]);
|
|
||||||
scm_gc_mark (mem[scm_struct_i_setter]);
|
scm_gc_mark (mem[scm_struct_i_setter]);
|
||||||
}
|
}
|
||||||
if (len)
|
if (len)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue