Add missing operator description.
The build was successful. 詳情

This commit is contained in:
Rafal Kupiec 2019-12-15 00:00:54 +01:00
父節點 e623111f41
當前提交 0b5e94bacc
簽署人: belliash
GPG 金鑰 ID: 4E829243E0CFE6B4
共有 1 個檔案被更改,包括 4 行新增0 行删除

查看文件

@ -3899,6 +3899,10 @@ static sxi32 VmByteCodeExec(
pc = nJump - 1;
break;
}
/*
* OP_IMPORT * * *
* Import an AerScript module.
*/
case PH7_OP_IMPORT:
{
VmModule pModule, *pSearch;