projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4614578
)
missing commit of mo_graph changes
author
Brian Demsky
<bdemsky@uci.edu>
Sat, 29 Sep 2012 03:58:27 +0000
(20:58 -0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Sat, 29 Sep 2012 03:58:27 +0000
(20:58 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index
3b13eda
..
3b82770
100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-660,6
+660,7
@@
Thread * ModelChecker::check_current_action(ModelAction *curr)
if (w_modification_order(act))
updated = true;
}
+ mo_graph->commitChanges();
if (updated)
work_queue.push_back(CheckRelSeqWorkEntry(act->get_location()));