1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-22 01:32:13 +00:00

1-line bugfix. Now the optimizer does do the expected good job.

This commit is contained in:
Chris Pressey 2018-04-06 13:27:40 +01:00
parent a5d946734a
commit 5f64113484

View File

@ -30,6 +30,7 @@ class FallthruAnalyzer(object):
return chain
seen.add(next)
chain.append(next)
routine_name = next
def serialize(self):
pending_routines = copy(self.fallthru_map)