Return 0, when display error message.
Alle Prüfungen waren erfolgreich
The build was successful.

Dieser Commit ist enthalten in:
2019-03-17 18:47:17 +01:00
Ursprung 615e75fb8a
Commit de2b355862

Datei anzeigen

@@ -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;