fixed a problem in breaking out of an initial context

This commit is contained in:
hyunghwan.chung
2016-05-15 15:51:41 +00:00
parent 801b6d92d4
commit 19735bac69
7 changed files with 63 additions and 38 deletions

View File

@ -797,6 +797,7 @@ struct stix_t
stix_oow_t tmp_count;
/* == EXECUTION REGISTERS == */
stix_oop_context_t initial_context; /* fake initial context */
stix_oop_context_t active_context;
stix_oop_method_t active_method;
stix_oob_t* active_code;