diff options
Diffstat (limited to 'libguile/threads.c')
-rw-r--r-- | libguile/threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/threads.c b/libguile/threads.c index 99582cca0..994cf2c9f 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -614,7 +614,7 @@ guilify_self_2 (SCM parent) t->continuation_root = scm_cons (t->handle, SCM_EOL); t->continuation_base = t->base; - t->vm = SCM_BOOL_F; + t->vp = NULL; if (scm_is_true (parent)) t->dynamic_state = scm_make_dynamic_state (parent); |