code towards PMC compiling
[IRC.git] / Robust / src / Runtime / bamboo / multicoregc.h
index f0f2c02ea872243b6c906b67bf659dbbbde88e09..be085b37a7affeda67143d184e4d0bd5e6ef36ad 100644 (file)
@@ -7,4 +7,8 @@ struct garbagelist {
   void * array[];
 };
 
+void * gctopva; // top va for shared memory without reserved sblocks
+void * gcbaseva; // base va for shared memory without reserved sblocks
+
+
 #endif // BAMBOO_MULTICORE_GC_H