Skip to content

Commit

Permalink
Set Smt(DefineEnum(_,_,_), _) to true
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-almeida committed Dec 4, 2023
1 parent 1f4e38e commit 6dddee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/decomp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ let event_filter : Arch.t -> int -> event -> bool = fun arch i e ->
| Smt(Assert(_), _) -> i = 0
| Cycle(_)
| MarkReg(_, _, _)
| Smt(DefineEnum(_,_,_), _) -> false
| Smt(DefineEnum(_,_,_), _) -> true
| _ -> true

(** [gen_coq arch name isla_f coq_f] processes Isla file [isla_f] and produces
Expand Down

0 comments on commit 6dddee2

Please sign in to comment.