mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 21:47:33 +02:00
Patch from Lorenzo to fix previous incomplete patch.
This commit is contained in:
parent
dde47a7846
commit
86cc80f67f
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ sexp sexp_make_thread (sexp ctx, sexp self, sexp_sint_t n, sexp thunk, sexp name
|
|||
sexp_context_top(res) = 4;
|
||||
sexp_context_last_fp(res) = 0;
|
||||
sexp_context_dk(res) = sexp_make_vector(res, SEXP_FOUR, SEXP_FALSE);
|
||||
sexp_vector_set(sexp_context_dk(res), SEXP_ZERO, SEXP_ZERO);
|
||||
sexp_gc_release1(ctx);
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue