mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05:05 +02:00
Set main thread runnable
This commit is contained in:
parent
2e9c5addd5
commit
b31c6181c8
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@
|
||||||
thd->gc_num_args = 1;
|
thd->gc_num_args = 1;
|
||||||
gc_add_mutator(thd);
|
gc_add_mutator(thd);
|
||||||
Cyc_heap_init(heap_size);
|
Cyc_heap_init(heap_size);
|
||||||
|
thd->thread_state = CYC_THREAD_STATE_RUNNABLE;
|
||||||
Cyc_start_thread(thd);
|
Cyc_start_thread(thd);
|
||||||
return 0;}")
|
return 0;}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue