This commit is contained in:
父節點
615e75fb8a
當前提交
de2b355862
@ -2063,6 +2063,7 @@ static sxi32 VmByteCodeExec(
|
||||
pVm->sVmConsumer.xConsumer(SyBlobData(&pTos->sBlob), SyBlobLength(&pTos->sBlob),
|
||||
pVm->sVmConsumer.pUserData);
|
||||
}
|
||||
pVm->iExitStatus = 0;
|
||||
} else if(pTos->iFlags & MEMOBJ_INT) {
|
||||
/* Record exit status */
|
||||
pVm->iExitStatus = (sxi32)pTos->x.iVal;
|
||||
|
載入中…
x
新增問題並參考
Block a user