projects
/
c11tester.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76e48f2
)
action: bugfix - initialize member
author
Brian Norris
<banorris@uci.edu>
Tue, 12 Feb 2013 18:26:10 +0000
(10:26 -0800)
committer
Brian Norris
<banorris@uci.edu>
Tue, 12 Feb 2013 19:04:21 +0000
(11:04 -0800)
action.cc
patch
|
blob
|
history
diff --git
a/action.cc
b/action.cc
index 2fb498f4a05baf6dc783f7efdf2efc5bd2db0c9b..72ca472657e79f370773aae58c414fe645b0890d 100644
(file)
--- a/
action.cc
+++ b/
action.cc
@@
-31,6
+31,7
@@
ModelAction::ModelAction(action_type_t type, memory_order order, void *loc,
location(loc),
value(value),
reads_from(NULL),
+ reads_from_promise(NULL),
last_fence_release(NULL),
node(NULL),
seq_number(ACTION_INITIAL_CLOCK),