CIST_STAT
if (!(ci->callstatus & CIST_STAT)) /* no call status? */
ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED;
ci->callstatus |= CIST_STAT; /* call has error status */