added some code for handling message sending and returning

This commit is contained in:
hyunghwan.chung
2015-06-08 13:24:02 +00:00
parent b6f397fea7
commit 5f6500aa7c
5 changed files with 177 additions and 66 deletions

View File

@ -230,6 +230,8 @@ void stix_gc (stix_t* stix)
*stix->tmp_stack[i] = stix_moveoop (stix, *stix->tmp_stack[i]);
}
stix->active_context = (stix_oop_context_t)stix_moveoop (stix, (stix_oop_t)stix->active_context);
for (cb = stix->cblist; cb; cb = cb->next)
{
if (cb->gc) cb->gc (stix);