We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8608e19 + 70026e2 commit 01ae89bCopy full SHA for 01ae89b
src/cdomain/value/cdomains/int/intDomTuple.ml
@@ -265,7 +265,7 @@ module IntDomTupleImpl = struct
265
let old_dt = !dt in
266
List.iter (fun f -> dt := f !dt) (refine_functions ik);
267
quit_loop := equal old_dt !dt;
268
- if is_bot !dt then dt := bot_of ik; quit_loop := true;
+ if is_bot !dt then (dt := bot_of ik; quit_loop := true);
269
if M.tracing then M.trace "cong-refine-loop" "old: %a, new: %a" pretty old_dt pretty !dt;
270
done;
271
| _ -> ()
0 commit comments