Skip to content
Snippets Groups Projects
Commit 91d0f581 authored by Gaurav Parthasarathy's avatar Gaurav Parthasarathy
Browse files

adjusted proph_extract_winner to only consider the thread identifier

parent 7a4c79a9
No related branches found
No related tags found
1 merge request!26Continuation change, extract_proph_winner change
......@@ -163,7 +163,7 @@ Section rdcss.
Fixpoint proph_extract_winner (pvs : list (val * val)) : option proph_id :=
match pvs with
| ((_, #true)%V, LitV (LitProphecy tid)) :: _ => Some tid
| ((_, _)%V, LitV (LitProphecy tid)) :: _ => Some tid
| _ => None
end.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment