X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.cc;h=afe159ec189ad934cac85eafa7920163b296d160;hb=e57dd436704ed24dc97c7fea2fbb59e26ae90ec2;hp=773d723e2a6a0db67f1419c0d7276080002bbf11;hpb=1873837128eca281cb7ccae1ca564af56e1e10b4;p=model-checker.git diff --git a/model.cc b/model.cc index 773d723..afe159e 100644 --- a/model.cc +++ b/model.cc @@ -93,6 +93,11 @@ thread_id_t ModelChecker::advance_backtracking_state() return get_next_replay_thread(); } +bool ModelChecker::next_execution() +{ + return false; +} + ModelAction *ModelChecker::get_last_conflict(ModelAction *act) { void *loc = act->get_location();