Add missing operator description.
Tutti i controlli sono stati effettuati con successo
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-12-15 00:00:54 +01:00
parent e623111f41
commit 0b5e94bacc
Firmato da: belliash
ID Chiave GPG: 4E829243E0CFE6B4

Vedi File

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