X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=common.cc;h=e05e094ea0105a9c2ce8e221cf95a1613d21074b;hb=0ebd310446ea2a5675ee33eb6f9d75e311af7d36;hp=ac5cb59601ba7a6025ac1d8d5f24f62fef0666b7;hpb=bd893aac350f125dc990f0ccd32b8e3cf133e2fb;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__); +}