mirror of
https://github.com/sqlite/sqlite.git
synced 2025-10-31 18:11:01 +03:00
Fix the build for when SQLITE_VDBE_COVERAGE is used.
FossilOrigin-Name: 084381649edf374ccc5664f136055109a31d4c3a19c4ae2ee5275f630507a2a3
This commit is contained in:
@@ -1085,7 +1085,7 @@ void sqlite3VdbeJumpHereOrPopInst(Vdbe *p, int addr){
|
||||
|| p->aOp[addr].opcode==OP_FkIfZero );
|
||||
assert( p->aOp[addr].p4type==0 );
|
||||
#ifdef SQLITE_VDBE_COVERAGE
|
||||
sqlite3VdbeGetOp(v,-1)->iSrcLine = 0; /* Erase VdbeCoverage() macros */
|
||||
sqlite3VdbeGetOp(p,-1)->iSrcLine = 0; /* Erase VdbeCoverage() macros */
|
||||
#endif
|
||||
p->nOp--;
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user