added the new process primitive to create a process with a block as if it has got the value message

This commit is contained in:
hyunghwan.chung
2015-10-22 02:47:25 +00:00
parent 96011578c8
commit 2aef6b9bab
7 changed files with 159 additions and 63 deletions

View File

@ -292,7 +292,7 @@ void stix_gc (stix_t* stix)
stix->_small_integer = stix_moveoop (stix, stix->_small_integer);
stix->sysdic = (stix_oop_set_t) stix_moveoop (stix, (stix_oop_t)stix->sysdic);
stix->scheduler = (stix_oop_process_scheduler_t) stix_moveoop (stix, (stix_oop_t)stix->scheduler);
stix->processor = (stix_oop_process_scheduler_t) stix_moveoop (stix, (stix_oop_t)stix->processor);
for (i = 0; i < stix->tmp_count; i++)
{