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 9b4843e commit 27b4b03Copy full SHA for 27b4b03
src/goto-symex/goto_symex_state.h
@@ -234,10 +234,9 @@ class goto_symex_statet final
234
unsigned atomic_section_id;
235
typedef std::pair<unsigned, std::list<guardt> > a_s_r_entryt;
236
typedef std::list<guardt> a_s_w_entryt;
237
- typedef std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
238
- written_in_atomic_sectiont;
239
std::unordered_map<ssa_exprt, a_s_r_entryt, irep_hash> read_in_atomic_section;
240
- written_in_atomic_sectiont written_in_atomic_section;
+ std::unordered_map<ssa_exprt, a_s_w_entryt, irep_hash>
+ written_in_atomic_section;
241
242
unsigned total_vccs, remaining_vccs;
243
0 commit comments