@@ -158,3 +158,8 @@ func (state *State) ret() {
state.running = false
}
func (state *State) jump(instructionOffset int64) {
// -1 accounts for the +1 processInstruction()
state.instructionIndex += instructionOffset - 1
The note is not visible to the blocked user.