Set proper data type for static variables;
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-09-24 19:16:44 +02:00
parent 6e7bc74949
commit 5f2f9d9c08
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 0 deletions

View File

@ -4959,6 +4959,7 @@ static sxi32 VmByteCodeExec(
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR,
"Value does not match the data type of '$%z' variable", &pStatic->sName);
}
pObj->iFlags = pStatic->iFlags;
pObj->nIdx = pStatic->nIdx;
} else {
continue;