X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=32cada2b9db88f306cf3dc52df6b1bd473640709;hb=a27eec056d90e248a071bea6912e5ab09dea8242;hp=8dc88430f2b093969c00ed9f4cff18163072d776;hpb=e44b9753a9b616cba58c2fb0583b876e3d4006ae;p=model-checker.git diff --git a/action.h b/action.h index 8dc8843..32cada2 100644 --- a/action.h +++ b/action.h @@ -66,7 +66,7 @@ class ModelAction { public: ModelAction(action_type_t type, memory_order order, void *loc, uint64_t value = VALUE_NONE); ~ModelAction(); - void print(bool print_cv = true) const; + void print() const; thread_id_t get_tid() const { return tid; } action_type get_type() const { return type; }