X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=dd7de7a1ec2ca17f6081708d77758577e74777d7;hb=a2176c7545c29b28598bb252718cf080a3463665;hp=4f63c181b0a3f2fca0a798fead208029af4a364b;hpb=b2079b62d3578a75e342c012716aa214e3228d42;p=model-checker.git diff --git a/action.h b/action.h index 4f63c18..dd7de7a 100644 --- a/action.h +++ b/action.h @@ -26,7 +26,7 @@ using std::memory_order_seq_cst; /** Note that this value can be legitimately used by a program, and hence by iteself does not indicate no value. */ -#define VALUE_NONE 1234567890 +#define VALUE_NONE 0xdeadbeef /** A special value to represent a successful trylock */