We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6859f3 commit 532827bCopy full SHA for 532827b
src/cdomains/intDomain.ml
@@ -1328,7 +1328,7 @@ struct
1328
let equal_to i = function
1329
| `Bot -> failwith "unsupported: equal_to with bottom"
1330
| `Definite x -> if i = x then `Eq else `Neq
1331
- | `Excluded (s,r) -> if S.mem i s then `Top else `Neq
+ | `Excluded (s,r) -> if S.mem i s then `Neq else `Top
1332
1333
let top_of ik = `Excluded (S.empty (), size ik)
1334
let top_if_not_in_int64 ik f x = try f x with Size.Not_in_int64 -> top_of ik
0 commit comments