Fix build.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-03-17 18:56:17 +01:00
förälder f3d10dd4bc
incheckning 9934489ed9
Signerad av: belliash
GPG-nyckel ID: 4E829243E0CFE6B4

Visa fil

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