Add missing operator description.
The build was successful. Details

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;