projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ade2b8
)
edit
author
root
<root@dw-6.eecs.uci.edu>
Sun, 28 Jul 2019 06:18:57 +0000
(23:18 -0700)
committer
root
<root@dw-6.eecs.uci.edu>
Sun, 28 Jul 2019 06:18:57 +0000
(23:18 -0700)
execution.cc
patch
|
blob
|
history
diff --git
a/execution.cc
b/execution.cc
index ac3ecbc00e069abd7a53ebbf8d6d70168bf14c97..c07db8e9a7d21a555c789a3053c6bcb2b3846491 100644
(file)
--- a/
execution.cc
+++ b/
execution.cc
@@
-979,7
+979,7
@@
void ModelExecution::w_modification_order(ModelAction *curr)
edgeset.push_back(act);
else if (act->is_read()) {
//if previous read accessed a null, just keep going
- edgeset.push_back(act);
+ edgeset.push_back(act
->get_reads_from()
);
}
break;
}