Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-ddm committed Sep 10, 2024
1 parent 80f68fc commit 39b2261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdomains/c2poDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module C2PODomain = struct

let equal a b =
if M.tracing then M.trace "c2po-normal-form" "COMPUTING EQUAL";
match GobConfig.get_string "ana.c2po.normal_form" with
match GobConfig.get_string "ana.c2po.equal" with
| "normal_form" -> equal_normal_form a b
| _ -> equal_standard a b

Expand Down

0 comments on commit 39b2261

Please sign in to comment.