Fix build.
ステータスチェックはすべて成功しました
The build was successful.

このコミットが含まれているのは:
2019-05-28 11:55:17 +02:00
コミット b319e11c09

ファイルの表示

@@ -4159,7 +4159,7 @@ static sxi32 VmByteCodeExec(
PH7_VmThrowError(&(*pVm), PH7_CTX_ERR,
"Attempt to call parent class from non-inheritance instance of class '%z'", &pClass->sName);
}
if(pNos->iFlags == MEMOBJ_BASE) {
if(pNos->iFlags == MEMOBJ_BASEOBJ) {
pClass = pClass->pBase;
}
}