1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Adapt to Whippet changes

* libguile/gc.c (scm_storage_prehistory): Adapt to new gc_init
prototype.
This commit is contained in:
Andy Wingo 2025-04-18 15:15:06 +02:00
parent b6236fdcdc
commit 68d495f081

View file

@ -657,7 +657,7 @@ scm_storage_prehistory (void)
#endif
struct gc_mutator *mut;
if (!gc_init (options, NULL, &the_gc_heap, &mut,
if (!gc_init (options, gc_empty_stack_addr (), &the_gc_heap, &mut,
SCM_GC_EVENT_LISTENER, &the_gc_event_listener))
{
fprintf (stderr, "Failed to initialize GC\n");