more changes...think it is done...just need to wire it in to the build...
[IRC.git] / Robust / src / Runtime / bamboo / pmc_garbage.h
index d0a33a428e6c99801d27dfb941f913214e699f43..3158dcb0166e30c1326db4d68cb62a57b9be75e0 100644 (file)
@@ -13,6 +13,8 @@ struct pmc_unit {
 
 struct pmc_region {
   void * lastptr;
+  void * startptr;
+  void * endptr;
   struct ___Object___ * lastobj;
   struct pmc_queue markqueue;
 };