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:
cabbdfb
)
found the bug
author
Brian Demsky
<bdemsky@uci.edu>
Thu, 1 Nov 2012 23:50:19 +0000
(16:50 -0700)
committer
Brian Demsky
<bdemsky@uci.edu>
Thu, 1 Nov 2012 23:50:19 +0000
(16:50 -0700)
model.cc
patch
|
blob
|
history
diff --git
a/model.cc
b/model.cc
index f320b8fab5ffdcfddc487f294afad91c80cb4022..775b796f167d68ee8394a0e828b0791e122a4937 100644
(file)
--- a/
model.cc
+++ b/
model.cc
@@
-856,7
+856,7
@@
Thread * ModelChecker::check_current_action(ModelAction *curr)
ModelAction *newcurr = initialize_curr_action(curr);
- wake_up_sleeping_actions(curr);
+ wake_up_sleeping_actions(
new
curr);
/* Add the action to lists before any other model-checking tasks */
if (!second_part_of_rmw)