Typehinting merge #50

Merged
belliash merged 298 commits from typehinting into master 2019-04-17 11:27:52 +02:00
Showing only changes of commit de2b355862 - Show all commits

View File

@ -2063,6 +2063,7 @@ static sxi32 VmByteCodeExec(
pVm->sVmConsumer.xConsumer(SyBlobData(&pTos->sBlob), SyBlobLength(&pTos->sBlob), pVm->sVmConsumer.xConsumer(SyBlobData(&pTos->sBlob), SyBlobLength(&pTos->sBlob),
pVm->sVmConsumer.pUserData); pVm->sVmConsumer.pUserData);
} }
pVm->iExitStatus = 0;
} else if(pTos->iFlags & MEMOBJ_INT) { } else if(pTos->iFlags & MEMOBJ_INT) {
/* Record exit status */ /* Record exit status */
pVm->iExitStatus = (sxi32)pTos->x.iVal; pVm->iExitStatus = (sxi32)pTos->x.iVal;