X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=model.cc;h=e394865e26c01d75b05853a55a4b2b7a23c3e853;hp=c0cc93eb0a80523eefc48f2fe7ec3c8119d8619c;hb=18f3e39e72b1b31594acb10842e61f90109876e0;hpb=4546308ab989c074f83d8607e16f13ffbcff494a diff --git a/model.cc b/model.cc index c0cc93e..e394865 100644 --- 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)