We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JUMP_BACKWARD
1 parent a6b3dbe commit 1788ecdCopy full SHA for 1788ecd
InternalDocs/interpreter.md
@@ -112,7 +112,7 @@ already points to the next instruction.
112
Thus, jump instructions can be implemented by manipulating `next_instr`:
113
114
- A jump forward (`JUMP_FORWARD`) sets `next_instr += oparg`.
115
-- A jump backward sets `next_instr -= oparg`.
+- A jump backward (`JUMP_BACKWARD`) sets `next_instr -= oparg`.
116
117
## Inline cache entries
118
0 commit comments