add field
authorbdemsky <bdemsky>
Thu, 14 Jul 2011 07:12:42 +0000 (07:12 +0000)
committerbdemsky <bdemsky>
Thu, 14 Jul 2011 07:12:42 +0000 (07:12 +0000)
Robust/src/Runtime/bamboo/multicoregc.h

index be085b37a7affeda67143d184e4d0bd5e6ef36ad..c59a36416ae07489f9b4ad4d6f039d0f11033bd1 100644 (file)
@@ -9,6 +9,6 @@ struct garbagelist {
 
 void * gctopva; // top va for shared memory without reserved sblocks
 void * gcbaseva; // base va for shared memory without reserved sblocks
-
+void * incoherentbaseva;
 
 #endif // BAMBOO_MULTICORE_GC_H