Completely rely on the compiler.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-06-20 12:10:02 +02:00
부모 e40dc34026
커밋 59811ac742
로그인 계정: belliash
GPG 키 ID: 4E829243E0CFE6B4

파일 보기

@ -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 */