projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4546308
)
make linux_rw locks work again
author
Brian Demsky
<bdemsky@uci.edu>
Wed, 10 Oct 2012 01:10:10 +0000
(18:10 -0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Wed, 10 Oct 2012 01:10:10 +0000
(18:10 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index c0cc93eb0a80523eefc48f2fe7ec3c8119d8619c..e394865e26c01d75b05853a55a4b2b7a23c3e853 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-767,10
+767,9
@@
Thread * ModelChecker::check_current_action(ModelAction *curr)
return get_next_thread(NULL);
}
- wake_up_sleeping_actions(curr);
-
ModelAction *newcurr = initialize_curr_action(curr);
+ wake_up_sleeping_actions(curr);
/* Add the action to lists before any other model-checking tasks */
if (!second_part_of_rmw)