From: bdemsky Date: Mon, 21 Dec 2009 22:55:21 +0000 (+0000) Subject: can't return...may have to process other requests X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=db4d459d1918e420419f189a26f89407fb71d257;p=IRC.git can't return...may have to process other requests --- diff --git a/Robust/src/Runtime/DSTM/interface/prefetch.c b/Robust/src/Runtime/DSTM/interface/prefetch.c index d7536acb..b5903e24 100644 --- a/Robust/src/Runtime/DSTM/interface/prefetch.c +++ b/Robust/src/Runtime/DSTM/interface/prefetch.c @@ -101,7 +101,7 @@ perMcPrefetchList_t *processLocal(char *ptr, int numprefetches) { //forward prefetch int machinenum = lhashSearch(oid); insertPrefetch(machinenum, oid, numoffset, offsetarray, &head); - return head; + continue; } dfsList[0]=oid; dfsList[1]=0;