X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=concurrent-hashmap%2Fhashmap_wildcard.h;h=0713b782c9288d7101bf7de8427c2ae22a91333d;hb=1438eb7c0715e53611a717e593bfa3fe1bd30588;hp=557a918f8aca49ae7d3445db7e9a391b17638c4c;hpb=faf43225ff0d1a0091f5e489714de0c26d24d02f;p=model-checker-benchmarks.git diff --git a/concurrent-hashmap/hashmap_wildcard.h b/concurrent-hashmap/hashmap_wildcard.h index 557a918..0713b78 100644 --- a/concurrent-hashmap/hashmap_wildcard.h +++ b/concurrent-hashmap/hashmap_wildcard.h @@ -178,9 +178,9 @@ class HashMap { return res; else break; - // Loading the next entry - e = e->next.load(wildcard(5)); // acquire } + // Loading the next entry + e = e->next.load(wildcard(5)); // acquire } // Recheck under synch if key apparently not there or interference