Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request boriel-basic#280 from boriel/bugfix/nextbuild_cras…
Browse files Browse the repository at this point in the history
…h_o3

Fix crash with -O3
  • Loading branch information
boriel committed May 3, 2020
2 parents 63e3562 + 59ced23 commit 6a894c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/zx48k/optimizer/basicblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def update_goes_and_comes(self):
bb = stack.pop(0)
while True:
if bb is None:
DummyBasicBlock(ALL_REGS, ALL_REGS)
bb = DummyBasicBlock(ALL_REGS, ALL_REGS)

if bb in bbset:
break
Expand Down

0 comments on commit 6a894c3

Please sign in to comment.