Skip to content

Commit

Permalink
refine hotfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelLerchner committed Nov 14, 2024
1 parent d405853 commit ffc7285
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cdomain/value/cdomains/intDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1533,17 +1533,17 @@ module BitfieldFunctor (Ints_t : IntOps.IntOps): SOverflow with type int_t = Int
M.trace "bitfield" "invariant_ikind";
failwith "Not implemented"

let refine_with_congruence ik (intv : t) (cong : (int_t * int_t ) option) : t =
let refine_with_congruence ik bf (cong : (int_t * int_t ) option) : t =
M.trace "bitfield" "refine_with_congruence";
t
bf

let refine_with_interval ik a b =
let refine_with_interval ik bf (int: (int_t * int_t) option) : t =
M.trace "bitfield" "refine_with_interval";
t
bf

let refine_with_excl_list ik (intv : t) (excl : (int_t list * (int64 * int64)) option) : t =
let refine_with_excl_list ik bf (excl : (int_t list * (int64 * int64)) option) : t =
M.trace "bitfield" "refine_with_excl_list";
t
bf

let refine_with_incl_list ik t (incl : (int_t list) option) : t =
(* loop over all included ints *)
Expand Down

0 comments on commit ffc7285

Please sign in to comment.