mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-09 02:50:20 +02:00
Merge remote-tracking branch 'whippet/main' into wip-whippet
This commit is contained in:
commit
39afb3bc1d
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ enqueue_mutator_conservative_roots(struct gc_heap *heap) {
|
|||
static int
|
||||
enqueue_global_conservative_roots(struct gc_heap *heap) {
|
||||
if (gc_has_global_conservative_roots()) {
|
||||
int possibly_interior = 0;
|
||||
int possibly_interior = 1;
|
||||
gc_platform_visit_global_conservative_roots
|
||||
(enqueue_conservative_roots, heap, &possibly_interior);
|
||||
if (heap->roots)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue