mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Restore a VDBE coverage macro that is mistakenly deleted for
check-in [92ac01d41d46ab73]. FossilOrigin-Name: 01de7ec44fb1e8e6f847eaef433216b3163a44a8789451718e1c419ef840ddfb
This commit is contained in:
@@ -2172,6 +2172,7 @@ static void windowCodeRangeTest(
|
||||
sqlite3VdbeJumpHere(v, addr);
|
||||
sqlite3VdbeAddOp2(v, OP_IsNull, reg2,
|
||||
(op==OP_Gt || op==OP_Ge) ? addrDone : lbl);
|
||||
VdbeCoverage(v);
|
||||
}
|
||||
|
||||
/* Register reg1 currently contains csr1.peerVal (the peer-value from csr1).
|
||||
|
Reference in New Issue
Block a user