1
0
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:
drh
2022-07-26 19:10:13 +00:00
parent b4d7f1eb88
commit 3b01dd0f5d
3 changed files with 9 additions and 9 deletions

View File

@@ -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).