This commit is contained in:
parent
e40dc34026
commit
59811ac742
@ -296,8 +296,6 @@ PH7_PRIVATE sxi32 PH7_VmEmitInstr(
|
|||||||
sInstr.iLine = 1;
|
sInstr.iLine = 1;
|
||||||
if(nLine > 0) {
|
if(nLine > 0) {
|
||||||
sInstr.iLine = nLine;
|
sInstr.iLine = nLine;
|
||||||
} else if(pVm->sCodeGen.pEnd && pVm->sCodeGen.pEnd->nLine > 0) {
|
|
||||||
sInstr.iLine = pVm->sCodeGen.pEnd->nLine;
|
|
||||||
}
|
}
|
||||||
if(pIndex) {
|
if(pIndex) {
|
||||||
/* Instruction index in the bytecode array */
|
/* Instruction index in the bytecode array */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user