X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=common.cc;h=e05e094ea0105a9c2ce8e221cf95a1613d21074b;hb=d4f6c8b91fb6c85bbb5d2ba3477c14fc10383c44;hp=ac5cb59601ba7a6025ac1d8d5f24f62fef0666b7;hpb=4203bdeef61d936086b63b807a115d266825ff2e;p=model-checker.git diff --git a/common.cc b/common.cc index ac5cb59..e05e094 100644 --- a/common.cc +++ b/common.cc @@ -29,3 +29,8 @@ void model_print_summary(void) { model->print_summary(); } + +void assert_hook(void) +{ + printf("Add breakpoint to line %u in file %s.\n",__LINE__,__FILE__); +}