mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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;
|
||||
gc_add_mutator(thd);
|
||||
Cyc_heap_init(heap_size);
|
||||
thd->thread_state = CYC_THREAD_STATE_RUNNABLE;
|
||||
Cyc_start_thread(thd);
|
||||
return 0;}")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue