Skip to content

Commit c499da5

Browse files
committed
more unbreaking fixes
1 parent cefa1f9 commit c499da5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BE/CodeGenC/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def main():
511511
for fun in unit.funs:
512512
if fun.kind is o.FUN_KIND.BUILTIN:
513513
continue
514-
sanity.FunCheck(fun, unit, check_push_pop=True, check_cfg=False)
514+
sanity.FunCheck(fun, unit, check_push_pop=True, check_cfg=False, check_fallthroughs=False)
515515
EmitFunctionProto(fun, True)
516516
print(";")
517517
for mem in unit.mems:

0 commit comments

Comments
 (0)