Add missing operator description.
Todas as verificações foram bem sucedidas
The build was successful.
Todas as verificações foram bem sucedidas
The build was successful.
Esse commit está contido em:
pai
e623111f41
commit
0b5e94bacc
@ -3899,6 +3899,10 @@ static sxi32 VmByteCodeExec(
|
|||||||
pc = nJump - 1;
|
pc = nJump - 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
* OP_IMPORT * * *
|
||||||
|
* Import an AerScript module.
|
||||||
|
*/
|
||||||
case PH7_OP_IMPORT:
|
case PH7_OP_IMPORT:
|
||||||
{
|
{
|
||||||
VmModule pModule, *pSearch;
|
VmModule pModule, *pSearch;
|
||||||
|
Carregando…
x
Referência em uma nova issue
Block a user