bug
authorbdemsky <bdemsky>
Wed, 3 Nov 2010 10:52:58 +0000 (10:52 +0000)
committerbdemsky <bdemsky>
Wed, 3 Nov 2010 10:52:58 +0000 (10:52 +0000)
Robust/src/IR/Flat/RuntimeConflictResolver.java

index aeaa40509dd694f342fae826729e2ec4b5b44424..e289a6dafd515358a8a2cbb10c91c72a8c81b1c6 100644 (file)
@@ -756,7 +756,7 @@ public class RuntimeConflictResolver {
     }
 
     String strrcr=taint.isRBlockTaint()?"&record->rcrRecords["+index+"], ":"NULL, ";
-    String tasksrc=taint.isRBlockTaint()?"(SESEcommon *) record, ":"(SESEcommon *)(((INTPTR)record)&1LL), ";
+    String tasksrc=taint.isRBlockTaint()?"(SESEcommon *) record, ":"(SESEcommon *)(((INTPTR)record)|1LL), ";
     
     //Do call if we need it.
     if(primConfWrite||objConfWrite) {