Correct comment.
The build was successful. 详情

这个提交包含在:
Rafal Kupiec 2019-12-14 23:37:55 +01:00
父节点 fd0685f16e
当前提交 e623111f41
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -3939,8 +3939,8 @@ static sxi32 VmByteCodeExec(
*(void**)(&init) = dlsym(pModule.pHandle, "initializeModule");
#endif
if(!init) {
PH7_VmThrowError(pVm, PH7_CTX_ERR, "ImportError: Method '%z::initializeModule()' not found", &pModule.sName);
/* Could not find the module entry point */
PH7_VmThrowError(pVm, PH7_CTX_ERR, "ImportError: Method '%z::initializeModule()' not found", &pModule.sName);
}
/* Initialize the module */
init(pVm, &pModule.fVer, &pModule.sDesc);