Update spin model
[urcu.git] / formal-model / urcu-controldataflow / DEFINES
index 999de2c53be51f703198039487366836d1a55a9e..929f5a12a461c5276e7cc338020e5bfa4936e6f5 100644 (file)
@@ -1,11 +1,11 @@
 
 // Poison value for freed memory
-#define POISON 66
+#define POISON 1
 // Memory with correct data
-#define WINE 33
+#define WINE 0
 #define SLAB_SIZE 2
 
-#define read_poison    (data_read[0] == POISON)
+#define read_poison    (data_read_first[0] == POISON || data_read_second[0] == POISON)
 
 #define RCU_GP_CTR_BIT (1 << 7)
 #define RCU_GP_CTR_NEST_MASK (RCU_GP_CTR_BIT - 1)
This page took 0.022966 seconds and 4 git commands to generate.