父節點
5c176207e1
當前提交
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;
|
||||
}
|
||||
}
|
||||
|
載入中…
新增問題並參考
Block a user