bug fix
authorbdemsky <bdemsky>
Sat, 26 Mar 2011 03:50:29 +0000 (03:50 +0000)
committerbdemsky <bdemsky>
Sat, 26 Mar 2011 03:50:29 +0000 (03:50 +0000)
Robust/src/Runtime/oooJava/hashStructure.c

index d49a4f92c10cf6cc3d227addf5c065f2062a9cf9..8f7b4db861f5264f100a66481f7f8863841069d0 100644 (file)
@@ -187,6 +187,8 @@ inline int rcr_BWRITEBINCASE(HashStructure *T, int key, SESEcommon *task, struct
     while(b->item.status==NOTREADY) {
       BARRIER();
     }
+    if (!(status&SPEC))
+      enqueuerecord(rcrrec, key, (BinItem_rcr *) b);
     return status&READY;
   } else {
     if (!(status&SPEC))