optimize dispatch a little more
[IRC.git] / Robust / src / Runtime / garbage.c
index dde8e84653e89f9665587e80473cce03209f22e0..75d8503281e564da5bca58e68183fd1dcbd55da2 100644 (file)
@@ -1051,7 +1051,7 @@ updateForwardList(struct Queue *forwardList, int prevUpdate){
       gl=gl->next;
     }    
     // iterate forwarding list of seseRec
-    struct Queue* fList=seseRec->forwardList;
+    struct Queue* fList=&seseRec->forwardList;
     updateForwardList(fList,prevUpdate);   
     fqItem=getNextQueueItem(fqItem);
   }