X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=model.h;h=d0e47d9d6212ad004194aac45ef070a96ed5d2c0;hp=9665fa42b1a03a2b731f3f26ad4a28f852289eb3;hb=004ffe355e33b1b5e88095a0873fa5119993c7bc;hpb=f3ad375fcfeb5e6d091029f15112f9d713f522d0 diff --git a/model.h b/model.h index 9665fa42..d0e47d9d 100644 --- a/model.h +++ b/model.h @@ -170,7 +170,7 @@ private: void check_curr_backtracking(ModelAction * curr); void add_action_to_lists(ModelAction *act); ModelAction * get_last_action(thread_id_t tid) const; - ModelAction * get_last_seq_cst(ModelAction *curr) const; + ModelAction * get_last_seq_cst_write(ModelAction *curr) const; ModelAction * get_last_unlock(ModelAction *curr) const; void build_reads_from_past(ModelAction *curr); ModelAction * process_rmw(ModelAction *curr);