i
This commit is contained in:
parent
b9182c3bb4
commit
1f3a988e23
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def pat(index, tick, previous_values):
|
|||
if 'args' in this.pattern[i]['instruction']:
|
||||
args = this.pattern[i]['instruction']['args']
|
||||
if this.instructions[name] != None:
|
||||
jump = apply(index, targets, args, this.instructions[name])
|
||||
jump = apply(i, targets, args, this.instructions[name])
|
||||
if jump != i and jump < len(this.pattern) - 1:
|
||||
i = jump - 1
|
||||
r = this.values["r"]
|
||||
|
|
Loading…
Reference in a new issue