mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 21:47:33 +02:00
make-thread no longer needs to reset the dynamic continuation
This commit is contained in:
parent
2cb9d2237f
commit
99c8992207
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ sexp sexp_make_thread (sexp ctx, sexp self, sexp_sint_t n, sexp thunk, sexp name
|
||||||
stack[2] = sexp_global(ctx, SEXP_G_FINAL_RESUMER);
|
stack[2] = sexp_global(ctx, SEXP_G_FINAL_RESUMER);
|
||||||
sexp_context_top(res) = 4;
|
sexp_context_top(res) = 4;
|
||||||
sexp_context_last_fp(res) = 0;
|
sexp_context_last_fp(res) = 0;
|
||||||
sexp_context_dk(res) = sexp_list1(ctx, SEXP_FALSE);
|
|
||||||
sexp_gc_release1(ctx);
|
sexp_gc_release1(ctx);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue