Set main thread runnable

This commit is contained in:
Justin Ethier 2015-12-24 01:32:29 -05:00
parent 2e9c5addd5
commit b31c6181c8

View file

@ -89,6 +89,7 @@
thd->gc_num_args = 1;
gc_add_mutator(thd);
Cyc_heap_init(heap_size);
thd->thread_state = CYC_THREAD_STATE_RUNNABLE;
Cyc_start_thread(thd);
return 0;}")