Fix label skipping in hollywoo-flixel
This commit is contained in:
@@ -30,5 +30,5 @@
|
|||||||
(when (> label lastInstructionPointer)
|
(when (> label lastInstructionPointer)
|
||||||
(doFor =>labelName labelIdx labelsByName
|
(doFor =>labelName labelIdx labelsByName
|
||||||
(when (= labelIdx label) (trace "SKIPPING TO $labelName")))
|
(when (= labelIdx label) (trace "SKIPPING TO $labelName")))
|
||||||
(runInstruction label)
|
(runInstruction (dictGet instructionPointersByLine label))
|
||||||
(break))))))
|
(break))))))
|
||||||
Reference in New Issue
Block a user