X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=config.h;h=94885427b3df46782b27ccb5ded48a6fac1e8c36;hp=227c9a9c7a5df0586b84c254eaab5f431bd58559;hb=caa1df880547acce2804221c8e6995170a5121eb;hpb=4ee9f33221f490599093e74b527ba7e401133f96 diff --git a/config.h b/config.h index 227c9a9..9488542 100644 --- a/config.h +++ b/config.h @@ -48,5 +48,6 @@ /* Size of stack to allocate for a thread. */ #define STACK_SIZE (1024 * 1024) +#define SHADOWBASETABLES 4 #endif