fix sese garbage collection bug calculating offsets to dependent sese pointers
[IRC.git] / Robust / src / Runtime / mlp_runtime.h
index 148f8594cae05960e5c48015d054917ad5c83e4e..a14cf7dc4abc1fa7b22b13027da51068dd8e7b20 100644 (file)
@@ -163,7 +163,10 @@ typedef struct SESEcommon_t {
   struct MemoryQueue_t** memoryQueueArray;
   struct REntry_t* rentryArray[NUMRENTRY];
   struct REntry_t* unresolvedRentryArray[NUMRENTRY];
-  int offsetsize;
+
+  int numDependentSESErecords;
+  int offsetToDepSESErecords;
+
 } SESEcommon;
 
 // a thread-local stack of SESEs and function to