initialized sem_gcfin in vm_startup().
fixed a new problem in error message output bound for stderr. fixed wrong timeout value calculatin in exec.c
This commit is contained in:
@ -1164,7 +1164,12 @@ struct moo_t
|
||||
|
||||
struct
|
||||
{
|
||||
moo_ooch_t buf2[2048];
|
||||
union
|
||||
{
|
||||
moo_ooch_t ooch[2048];
|
||||
moo_bch_t bch[2048];
|
||||
moo_uch_t uch[2048];
|
||||
} tmpbuf;
|
||||
moo_ooch_t buf[2048];
|
||||
moo_oow_t len;
|
||||
} errmsg;
|
||||
|
Reference in New Issue
Block a user