X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=model.h;h=85deb05e911dc33ae7ea1b245625802dbf4c8708;hp=58ee152aa7ce94c6ae84f7d14bdec5d6894447ce;hb=dc0339b4449ed07afa7c69936108146d72676a68;hpb=ecf16617a0c289981925fcd2437595f3a2fce8fe diff --git a/model.h b/model.h index 58ee152a..85deb05e 100644 --- a/model.h +++ b/model.h @@ -116,9 +116,8 @@ public: void finish_execution(); bool isfeasibleprefix() const; - void assert_bug(const char *msg, bool user_thread = false, bool immediate = false); - void assert_bug(bool user_thread = true); - void assert_bug_immediate(const char *msg); + bool assert_bug(const char *msg); + void assert_user_bug(const char *msg); void set_assert() {asserted=true;} bool is_deadlocked() const;