--- libguile/continuations.c.orig 2020-02-12 10:36:10.000000000 +0100 +++ libguile/continuations.c.orig 2020-10-07 13:51:27.170115391 +0200 @@ -302,7 +302,7 @@ #if SCM_STACK_GROWS_UP if (dst + continuation->num_stack_items >= &stack_top_element) - grow_stack (cont, mra); + grow_stack (cont); #else dst -= continuation->num_stack_items; if (dst <= &stack_top_element)