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