fix runstack reset in future thread
svn: r17164
This commit is contained in:
parent
61da010d5f
commit
ec7dbeee65
|
@ -822,6 +822,8 @@ void *worker_thread_future_loop(void *arg)
|
||||||
//a GC can occur.
|
//a GC can occur.
|
||||||
LOG("Running JIT code at %p...\n", ft->code);
|
LOG("Running JIT code at %p...\n", ft->code);
|
||||||
|
|
||||||
|
MZ_RUNSTACK = MZ_RUNSTACK_START + fts->runstack_size;
|
||||||
|
|
||||||
scheme_current_thread->error_buf = &newbuf;
|
scheme_current_thread->error_buf = &newbuf;
|
||||||
if (scheme_future_setjmp(newbuf)) {
|
if (scheme_future_setjmp(newbuf)) {
|
||||||
/* failed */
|
/* failed */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user