Fix build.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-17 18:56:17 +01:00
parent f3d10dd4bc
commit 9934489ed9
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 0 deletions

View File

@ -5510,6 +5510,7 @@ PH7_PRIVATE sxi32 PH7_VmByteCodeExec(ph7_vm *pVm) {
pVm->iExitStatus = ph7_value_to_int(&pResult); pVm->iExitStatus = ph7_value_to_int(&pResult);
} else { } else {
pVm->iExitStatus = 0; pVm->iExitStatus = 0;
}
} }
/* Invoke any shutdown callbacks */ /* Invoke any shutdown callbacks */
VmInvokeShutdownCallbacks(&(*pVm)); VmInvokeShutdownCallbacks(&(*pVm));