mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix the "Synopsis" on the OP_BitNot opcode.
FossilOrigin-Name: acd78df61188591d33ddb9b1b8c16bcc015f4dffac66314529caa747d4395c70
This commit is contained in:
@@ -2257,7 +2257,7 @@ case OP_Not: { /* same as TK_NOT, in1, out2 */
|
||||
}
|
||||
|
||||
/* Opcode: BitNot P1 P2 * * *
|
||||
** Synopsis: r[P1]= ~r[P1]
|
||||
** Synopsis: r[P2]= ~r[P1]
|
||||
**
|
||||
** Interpret the content of register P1 as an integer. Store the
|
||||
** ones-complement of the P1 value into register P2. If P1 holds
|
||||
|
Reference in New Issue
Block a user