fixed the bug not popping an argument in the _integer_inttostr primitive.

added a new primitive _processor_return_to_and_eval to support proper exception handling
This commit is contained in:
hyunghwan.chung
2016-06-13 15:52:09 +00:00
parent 1ab2faaf1f
commit f22b896ed2
11 changed files with 180 additions and 72 deletions

View File

@ -342,6 +342,9 @@ static void log_write (stix_t* stix, unsigned int mask, const stix_ooch_t* msg,
msgidx = 0;
/* TODO: beautify the log message.
* do classification based on mask. */
while (len > 0)
{
ucslen = len;
@ -691,8 +694,8 @@ int main (int argc, char* argv[])
cancel_tick ();
g_stix = STIX_NULL;
stix_dumpsymtab(stix);
stix_dumpdic(stix, stix->sysdic, "System dictionary");
/*stix_dumpsymtab(stix);
*stix_dumpdic(stix, stix->sysdic, "System dictionary");*/
stix_close (stix);