setup main wrapper and then call into norris code
[c11tester.git] / snapshot.h
index c737dece2f1a7d5390c224e56d41144ae6c420c2..16d9cd76a30dd3e6d99874b2fb565813b31241b1 100644 (file)
@@ -2,7 +2,7 @@
 #define _SNAPSHOT_H
 #define PAGESIZE 4096
 #define USE_CHECKPOINTING 1
-#define DEBUG 1
+
 typedef unsigned int snapshot_id;
 typedef void (*MyFuncPtr)();
 void initSnapShotLibrary(unsigned int numbackingpages, unsigned int numsnapshots, unsigned int nummemoryregions, MyFuncPtr entryPoint);