added CMD_PUSH_OBJVAR and CMD_STORE_INTO_OBJVAR

This commit is contained in:
hyunghwan.chung
2015-06-12 13:52:30 +00:00
parent 2982d4118d
commit c052501f0c
5 changed files with 153 additions and 59 deletions

View File

@ -42,10 +42,7 @@ stix_t* stix_open (stix_mmgr_t* mmgr, stix_size_t xtnsize, stix_size_t heapsize,
}
else STIX_MEMSET (stix + 1, 0, xtnsize);
}
else if (errnum)
{
*errnum = STIX_ENOMEM;
}
else if (errnum) *errnum = STIX_ENOMEM;
return stix;
}