Fix label skipping in hollywoo-flixel

This commit is contained in:
2021-12-14 21:01:56 -07:00
parent 796e69cf45
commit c5880f3582
2 changed files with 17 additions and 3 deletions

View File

@@ -30,5 +30,5 @@
(when (> label lastInstructionPointer)
(doFor =>labelName labelIdx labelsByName
(when (= labelIdx label) (trace "SKIPPING TO $labelName")))
(runInstruction label)
(runInstruction (dictGet instructionPointersByLine label))
(break))))))