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