Skip to content

Commit bfaa65b

Browse files
committed
Fix case default
1 parent 21997bf commit bfaa65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer_symbols.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ _Py_uop_sym_apply_predicate_narrowing(JitOptContext *ctx, JitOptRef ref, bool br
882882
narrow = !branch_is_true;
883883
break;
884884
default:
885-
break;
885+
return;
886886
}
887887
if (!narrow) {
888888
return;

0 commit comments

Comments
 (0)