Completely rely on the compiler.
Tous les contrôles ont réussi
The build was successful.

Cette révision appartient à :
Rafal Kupiec 2019-06-20 12:10:02 +02:00
Parent e40dc34026
révision 59811ac742
Signé par: belliash
ID de la clé GPG: 4E829243E0CFE6B4

Voir le fichier

@ -296,8 +296,6 @@ PH7_PRIVATE sxi32 PH7_VmEmitInstr(
sInstr.iLine = 1;
if(nLine > 0) {
sInstr.iLine = nLine;
} else if(pVm->sCodeGen.pEnd && pVm->sCodeGen.pEnd->nLine > 0) {
sInstr.iLine = pVm->sCodeGen.pEnd->nLine;
}
if(pIndex) {
/* Instruction index in the bytecode array */