projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0e918
)
model: add current action work_queue comment
author
Brian Norris
<banorris@uci.edu>
Tue, 25 Sep 2012 23:59:30 +0000
(16:59 -0700)
committer
Brian Norris
<banorris@uci.edu>
Wed, 26 Sep 2012 00:14:41 +0000
(17:14 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index 1e081204af163b68e321052f58387b6911c69dba..2b902ba809106795e77791bde5d500653934ed43 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-613,6
+613,7
@@
Thread * ModelChecker::check_current_action(ModelAction *curr)
build_reads_from_past(curr);
curr = newcurr;
+ /* Initialize work_queue with the "current action" work */
work_queue_t work_queue(1, CheckCurrWorkEntry(curr));
while (!work_queue.empty()) {