Skip to content

Commit

Permalink
Undo svcomp stuff leaking into otherwise reasonable things
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Jul 2, 2024
1 parent 76c27bf commit 547491b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/evalAssert.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module EvalAssert = struct
let surroundByAtomic = true

(* Cannot use Cilfacade.name_fundecs as assert() is external and has no fundec *)
let ass = makeVarinfo true "__VERIFIER_assert" (TVoid [])
let ass = makeVarinfo true "assert" (TVoid [])
let atomicBegin = makeVarinfo true "__VERIFIER_atomic_begin" (TVoid [])
let atomicEnd = makeVarinfo true "__VERIFIER_atomic_end" (TVoid [])

Expand Down

0 comments on commit 547491b

Please sign in to comment.