fixed a bug in return handling

This commit is contained in:
hyunghwan.chung
2015-06-28 14:20:37 +00:00
parent 585f0a6acc
commit c233bb95a7
5 changed files with 291 additions and 71 deletions

View File

@ -279,6 +279,13 @@ printf ("%ld\n", (long int)STIX_OOP_TO_SMINT(k));
stix_setoption (stix, STIX_DFL_SYSDIC_SIZE, &tab_size);
}
{
int trait = 0;
/*trait |= STIX_NOTCO;*/
stix_setoption (stix, STIX_TRAIT, &trait);
}
if (stix_ignite(stix) <= -1)
{
printf ("cannot ignite stix - %d\n", stix_geterrnum(stix));