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:
parent
a5d946734a
commit
5f64113484
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user