Fix label skipping in hollywoo-flixel

This commit is contained in:
2021-12-14 21:01:56 -07:00
parent dd60bddb46
commit e69d320dfb

View File

@@ -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))))))