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 4cc6f62 commit 9db048dCopy full SHA for 9db048d
src/goto-symex/goto_symex_state.h
@@ -328,10 +328,9 @@ class goto_symex_statet final
328
unsigned atomic_section_id;
329
typedef std::pair<unsigned, std::list<guardt> > a_s_r_entryt;
330
typedef std::list<guardt> a_s_w_entryt;
331
- typedef std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
332
- written_in_atomic_sectiont;
333
std::unordered_map<ssa_exprt, a_s_r_entryt, irep_hash> read_in_atomic_section;
334
- written_in_atomic_sectiont written_in_atomic_section;
+ std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
+ written_in_atomic_section;
335
336
unsigned total_vccs, remaining_vccs;
337
0 commit comments